https://github.com/tejanhu/vue-habit-list
This is an adapted testproject based off of: https://github.com/bibeva/Vue-Project-Todo-List
https://github.com/tejanhu/vue-habit-list
Last synced: about 1 month ago
JSON representation
This is an adapted testproject based off of: https://github.com/bibeva/Vue-Project-Todo-List
- Host: GitHub
- URL: https://github.com/tejanhu/vue-habit-list
- Owner: tejanhu
- Created: 2024-12-18T01:04:40.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-12-18T03:11:03.000Z (10 months ago)
- Last Synced: 2025-04-09T01:01:51.893Z (6 months ago)
- Language: Vue
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# start
## 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/).