https://github.com/menteora/sample-frontend-app
https://github.com/menteora/sample-frontend-app
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/menteora/sample-frontend-app
- Owner: menteora
- Archived: true
- Created: 2019-05-28T14:17:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:53:48.000Z (over 2 years ago)
- Last Synced: 2025-02-25T17:37:22.263Z (2 months ago)
- Language: JavaScript
- Size: 5.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample-frontend-app
## 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/).