https://github.com/erik3010/frontend-tour-app
https://github.com/erik3010/frontend-tour-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/erik3010/frontend-tour-app
- Owner: Erik3010
- Created: 2020-08-30T13:41:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T13:43:33.000Z (about 5 years ago)
- Last Synced: 2025-03-17T06:48:39.359Z (7 months ago)
- Language: Vue
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frontend
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).