https://github.com/ricobuilds/vue-project
Creating first web app that manages skills with Vue.JS
https://github.com/ricobuilds/vue-project
Last synced: 4 months ago
JSON representation
Creating first web app that manages skills with Vue.JS
- Host: GitHub
- URL: https://github.com/ricobuilds/vue-project
- Owner: ricobuilds
- Created: 2020-07-08T20:31:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:00:11.000Z (over 3 years ago)
- Last Synced: 2026-02-06T13:45:38.986Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 2.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-skills
Skills management web app with Vue.JS
## 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/).