https://github.com/tyn-tian/todo-apps
This is my first project using Vue.js with Vuex state management. This project represents one of the ways I apply the Vue.js skills I've learned online.
https://github.com/tyn-tian/todo-apps
firebase-hosting frontend-web-development local-storage vuejs vuex
Last synced: 4 months ago
JSON representation
This is my first project using Vue.js with Vuex state management. This project represents one of the ways I apply the Vue.js skills I've learned online.
- Host: GitHub
- URL: https://github.com/tyn-tian/todo-apps
- Owner: Tyn-Tian
- Created: 2024-02-09T16:45:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T16:10:10.000Z (over 1 year ago)
- Last Synced: 2025-01-17T13:49:54.200Z (5 months ago)
- Topics: firebase-hosting, frontend-web-development, local-storage, vuejs, vuex
- Language: Vue
- Homepage: https://todoapps-vuejs.web.app/
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-apps
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).