https://github.com/sanderdebr/vuetutorial
Simple employee DB to get started with Vue
https://github.com/sanderdebr/vuetutorial
Last synced: 3 months ago
JSON representation
Simple employee DB to get started with Vue
- Host: GitHub
- URL: https://github.com/sanderdebr/vuetutorial
- Owner: sanderdebr
- Created: 2020-03-12T16:17:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:52:04.000Z (over 3 years ago)
- Last Synced: 2025-04-11T23:37:06.609Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 3.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# widget
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).