vue-3-options-preset

1.3.2 • Public • Published

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

Package Sidebar

Install

npm i vue-3-options-preset

Weekly Downloads

0

Version

1.3.2

License

MIT

Unpacked Size

65.4 kB

Total Files

53

Last publish

Collaborators

  • donnie_rich