initial commit

This commit is contained in:
weiss
2020-03-25 16:36:52 +01:00
parent 204e15f3c4
commit a9b452be04
20 changed files with 530 additions and 1 deletions

View File

@@ -1,2 +1,18 @@
# pure-vue
Vue.js Purescript binding using Composition API
## Project setup
```
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
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).