475 B
475 B
pure-vue
Project setup 
npm install
Compiles and hot-reloads for development
- vue create my_project
- cd my_project
- spago init
- npm install vue-cli-plugin-pure-vue
- vue invoke vue-cli-plugin-pure-vue
Example Application
The Plugin will install a few examples (you can find the sources in generator/templateExampleApp/src) Have a look at them Example Applications.