1.0.11 • Published 3 years ago
vue-cli-plugin-vuestic-ui v1.0.11
vue-cli-plugin-vuestic-ui
Usage
To install vuestic-ui to your Vue application simply use:
vue add vuestic-uiWhen you run it here's what we do:
- add
vuestic-uias 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-uiVue 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.