https://github.com/planetoftheweb/vue-interface
Repository for the new version of my Building An Interface with Vue.js course.
https://github.com/planetoftheweb/vue-interface
Last synced: 12 months ago
JSON representation
Repository for the new version of my Building An Interface with Vue.js course.
- Host: GitHub
- URL: https://github.com/planetoftheweb/vue-interface
- Owner: planetoftheweb
- Created: 2019-06-24T19:27:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:01:54.000Z (over 3 years ago)
- Last Synced: 2025-04-19T19:36:06.751Z (about 1 year ago)
- Language: Vue
- Size: 3.31 MB
- Stars: 41
- Watchers: 0
- Forks: 31
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-interface
## 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/).