vue-cli-plugin-vuestic-ui
v1.0.11
Published
Vuestic UI plugin for Vue CLI v4+
Downloads
547
Readme
vue-cli-plugin-vuestic-ui
Usage
To install vuestic-ui to your Vue application simply use:
vue add vuestic-ui
When you run it here's what we do:
- add
vuestic-ui
as dependency topackage.json
. - add plugin initialization and css import to entry file (
main.js
). - add fonts to
index.html
.
Development
yarn add -D file:/full/path/to/your/plugin
vue invoke vuestic-ui
Vue cli plugin creates vuestic's environment based on user's answers. Reaction to answers can be changed or created in generator/configs
.
Tempplates for vite or webpack can be found in generator/templates
.