https://github.com/victorsteven/vue-aws-lambda
This is a Vue JS application with AWS Lambda service
https://github.com/victorsteven/vue-aws-lambda
Last synced: 3 months ago
JSON representation
This is a Vue JS application with AWS Lambda service
- Host: GitHub
- URL: https://github.com/victorsteven/vue-aws-lambda
- Owner: victorsteven
- Created: 2019-05-16T14:58:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T16:22:12.000Z (about 6 years ago)
- Last Synced: 2025-01-11T09:19:21.200Z (5 months ago)
- Language: Vue
- Size: 126 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lambda-project
## 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/).