Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atapas/vue-todo
A TODO app using Vuejs 3. A perfect project for a beginner to start with the client-side CRUD operations.
https://github.com/atapas/vue-todo
bugfender vue vuejs vuejs3
Last synced: 30 days ago
JSON representation
A TODO app using Vuejs 3. A perfect project for a beginner to start with the client-side CRUD operations.
- Host: GitHub
- URL: https://github.com/atapas/vue-todo
- Owner: atapas
- License: mit
- Created: 2021-02-18T05:34:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T03:55:16.000Z (over 3 years ago)
- Last Synced: 2024-05-01T17:16:04.438Z (7 months ago)
- Topics: bugfender, vue, vuejs, vuejs3
- Language: Vue
- Homepage: https://bugfender-todo.vercel.app/
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# vue-todo
## 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/).