https://github.com/don-phdev/todo-list-frontend
Vue 3 and Vuex Frontend
https://github.com/don-phdev/todo-list-frontend
Last synced: 3 months ago
JSON representation
Vue 3 and Vuex Frontend
- Host: GitHub
- URL: https://github.com/don-phdev/todo-list-frontend
- Owner: Don-PhDev
- Created: 2022-03-10T14:03:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-11T18:18:19.000Z (over 4 years ago)
- Last Synced: 2025-01-27T19:54:31.182Z (over 1 year ago)
- Language: Vue
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frontend
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).