Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blaumaus/vue-crud
MEVN CRUD project.
https://github.com/blaumaus/vue-crud
Last synced: about 1 month ago
JSON representation
MEVN CRUD project.
- Host: GitHub
- URL: https://github.com/blaumaus/vue-crud
- Owner: Blaumaus
- Created: 2019-02-21T20:47:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:36:26.000Z (about 2 years ago)
- Last Synced: 2024-12-01T15:47:06.706Z (about 1 month ago)
- Language: Vue
- Homepage:
- Size: 3.43 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue-study
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run node.js server
```
npm run server
```