An open API service indexing awesome lists of open source software.

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)

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/).