Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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 to package.json.
  • add plugin initialization and css import to entry file (main.js).
  • add fonts to index.html.

Development

Local testing vue cli plugin

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.