https://github.com/enkaypeter/vue-cloudrun-tutorial
Project repository for How to deploy a Vue application to cloud run tutorial
https://github.com/enkaypeter/vue-cloudrun-tutorial
gcp-cloud-run tutorial vuejs
Last synced: 7 months ago
JSON representation
Project repository for How to deploy a Vue application to cloud run tutorial
- Host: GitHub
- URL: https://github.com/enkaypeter/vue-cloudrun-tutorial
- Owner: enkaypeter
- Created: 2019-10-16T16:03:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:50:58.000Z (about 3 years ago)
- Last Synced: 2025-06-13T04:38:53.669Z (10 months ago)
- Topics: gcp-cloud-run, tutorial, vuejs
- Language: Vue
- Homepage: https://dev.to/enkaypeter/how-to-deploy-a-vue-application-on-cloud-run-3efl
- Size: 1.4 MB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cr-tutorial
[](https://deploy.cloud.run)
## 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/).