https://github.com/elenikotsiri/project-planner
Project planner on vuejs (ver.3) (have written personal notes as comments)
https://github.com/elenikotsiri/project-planner
json-api json-server vue vuejs3 vuerouter
Last synced: 8 days ago
JSON representation
Project planner on vuejs (ver.3) (have written personal notes as comments)
- Host: GitHub
- URL: https://github.com/elenikotsiri/project-planner
- Owner: EleniKotsiri
- Created: 2021-12-08T14:43:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T15:29:24.000Z (over 4 years ago)
- Last Synced: 2025-10-20T05:30:30.609Z (9 months ago)
- Topics: json-api, json-server, vue, vuejs3, vuerouter
- Language: Vue
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project-planner
## 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/).