417 B
417 B
pure-vue
Project setup
npm install
Compiles and hot-reloads for development
- spago install arrays
- spago install record-extra
- vue create my_cool_project
- cd my_cool_project
- spago init
- npm install vue-cli-plugin-pure-vue
- vue invoke vue-cli-plugin-pure-vue
Example Application
Check out Todo List Example Application.