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: 3 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:08:03.000Z (over 3 years ago)
- Last Synced: 2026-02-19T16:24:53.385Z (5 months ago)
- Topics: crud, javascript, vue
- Language: Vue
- Homepage:
- Size: 2.59 MB
- Stars: 0
- Watchers: 0
- 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/).