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: about 1 month 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 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T03:55:16.000Z (over 5 years ago)
- Last Synced: 2025-03-23T08:45:41.934Z (about 1 year ago)
- Topics: bugfender, vue, vuejs, vuejs3
- Language: Vue
- Homepage: https://bugfender-todo.vercel.app/
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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/).