Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/i-m-hossain/project-planner----vue-js-project-----
- Owner: i-m-hossain
- Created: 2021-01-15T18:50:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-15T20:56:00.000Z (almost 4 years ago)
- Last Synced: 2024-10-15T07:28:09.984Z (3 months ago)
- Language: Vue
- Size: 105 KB
- Stars: 0
- 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
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).