Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hilmizul/vue-isud


https://github.com/hilmizul/vue-isud

crud json vue vue-demo

Last synced: 7 days ago
JSON representation

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