2.0.2 • Published 5 years ago

vue-cli-plugin-thrivehive v2.0.2

Weekly downloads
21
License
MIT
Repository
github
Last release
5 years ago

vue-cli-plugin-thrivehive

npm version License: MIT

This Vue CLI 3.x plugin does the following:

  • Add separate module for registering global Vue components, initializing plugins (@/utils/setup), which is then reused for Storybook
  • Adds src/scss for global styles
  • Install @thrivehive/eslint-configs packages
  • Update eslint config
  • Update lint script to lint entire project
  • Lint and fix project after installation

Start a new project

Install using @thrivehive/vue-preset for Vue CLI 3.x (recommended):

Make sure Vue CLI is installed:

npm i -g @vue/cli

Install the CLI Plugin:

vue create --preset thrivehive/vue-preset <project-name>

Add to an existing project

Adding to an existing project is not recommended, as CLI plugins may modify and/or overwrite existing modules. Make sure to commit before attempting this.

If your project does not require Vuetify or Storybook, skip the first two commands.

vue add vuetify
vue add storybook
vue add thrivehive

Releases

  • Run npm version major|minor|patch to increment version
  • Run npm publish to release
2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago