20 lines
475 B
Markdown
20 lines
475 B
Markdown
# pure-vue
|
|
|
|
|
|
|
|
## Project setup 
|
|
```
|
|
npm install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
1. vue create my_project
|
|
2. cd my_project
|
|
3. spago init
|
|
4. npm install vue-cli-plugin-pure-vue
|
|
5. 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](pure-vue-todo-mvc.epizy.com).
|