Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robaxelsen/fccvienna-codewars-vue
https://github.com/robaxelsen/fccvienna-codewars-vue
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/robaxelsen/fccvienna-codewars-vue
- Owner: robaxelsen
- Created: 2020-06-07T17:21:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T00:27:50.000Z (about 2 years ago)
- Last Synced: 2023-03-06T15:18:03.179Z (almost 2 years ago)
- Language: Vue
- Homepage: https://fccvienna-codewars-vue-todo.netlify.app/
- Size: 2.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todoapp
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).