Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/i-m-hossain/project-planner----vue-js-project-----

In this application, a user can add, edit, delete and mark as complete. Vue router is used to navigate in different pages. A localhost api is created and used to fetch the data.
https://github.com/i-m-hossain/project-planner----vue-js-project-----

Last synced: about 1 month ago
JSON representation

In this application, a user can add, edit, delete and mark as complete. Vue router is used to navigate in different pages. A localhost api is created and used to fetch the data.

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
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).