https://github.com/jsilva-pt/medium-vuejs-runtime-env-vars
Repo for the article "Vue.js runtime environment variables"
https://github.com/jsilva-pt/medium-vuejs-runtime-env-vars
artifact build docker runtime-config vuejs
Last synced: 8 months ago
JSON representation
Repo for the article "Vue.js runtime environment variables"
- Host: GitHub
- URL: https://github.com/jsilva-pt/medium-vuejs-runtime-env-vars
- Owner: jsilva-pt
- Created: 2020-06-08T18:10:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T01:29:54.000Z (over 5 years ago)
- Last Synced: 2025-04-09T14:08:46.394Z (about 1 year ago)
- Topics: artifact, build, docker, runtime-config, vuejs
- Language: Vue
- Homepage: https://medium.com/js-dojo/vue-js-runtime-environment-variables-807fa8f68665
- Size: 143 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# medium-vuejs-runtime-env-vars
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).