Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hilmizul/vue-isud
https://github.com/hilmizul/vue-isud
crud json vue vue-demo
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hilmizul/vue-isud
- Owner: HilmiZul
- Created: 2020-08-07T18:05:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T04:15:29.000Z (3 months ago)
- Last Synced: 2024-08-04T05:26:45.308Z (3 months ago)
- Topics: crud, json, vue, vue-demo
- Language: Vue
- Homepage:
- Size: 387 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-isud
ISUD with Vue.js and JSON as databases stored on the local system.## Project setup
```
npm install
```### Run JSON Server
```
json-server db.json
```### Compiles and hot-reloads for development
```
npm run serve
```
open http://127.0.0.1:8080### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).