1.3.2 • Published 1 year ago

vue-3-options-preset v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Vite + Vue 3 Options API preset

CI/CD Coverage npm version package size license last commit

This package update the default Vite + Vue 3 scaffolding installation:

  • replacing the use of the Composition API with the Options API
  • replacing style.css with styles/general.scss
  • adding SASS dependency
  • optional: adding Bootstrap dependencies

Installation

To install this package, run the following command in the terminal:

npm install --save-dev vue-3-options-preset

Usage

After the installation, run the following command:

npx preset-options-api

To add Bootstrap along all the other options, add -b at the end of the command:

npx preset-options-api -b

As last step run both:

npm i

npm run dev

NOTE

Use this package only on new projects, right after Vite finished the scaffolding process!

Credits

Badges from shields.io

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago