https://github.com/gsans/digitalabin-workshop-solution
https://github.com/gsans/digitalabin-workshop-solution
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gsans/digitalabin-workshop-solution
- Owner: gsans
- Created: 2019-09-27T02:50:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T10:15:16.000Z (about 6 years ago)
- Last Synced: 2025-01-26T17:32:22.488Z (9 months ago)
- Language: Vue
- Size: 16.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amplify-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/).