TodoMVC example

This commit is contained in:
weiss
2020-03-30 15:18:46 +02:00
parent a9b452be04
commit 04b20179e3
13 changed files with 1031 additions and 119 deletions

View File

@@ -1,18 +1,19 @@
# pure-vue
## Project setup
## Project setup ![npm](https://img.shields.io/npm/v/pure-vue)
```
npm install
```
### Compiles and hot-reloads for development
1. spago install arrays
3. spago install record-extra
1. vue create my_cool_project
2. cd my_cool_project
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
Check out Todo List [Example Application](https://https://github.com/smarwei/pure-vue-todo-example).
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).