https://github.com/egocentryk/vue.js---simple-crud-app-example
Simple CRUD app example in Vue.js
https://github.com/egocentryk/vue.js---simple-crud-app-example
crud javascript vue
Last synced: 5 days ago
JSON representation
Simple CRUD app example in Vue.js
- Host: GitHub
- URL: https://github.com/egocentryk/vue.js---simple-crud-app-example
- Owner: egocentryk
- Created: 2019-07-22T17:22:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:08:03.000Z (about 2 years ago)
- Last Synced: 2025-02-10T17:22:17.277Z (11 days ago)
- Topics: crud, javascript, vue
- Language: Vue
- Homepage:
- Size: 2.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-app
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).