Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rimiti/vuejs-webpack-example
🚧 Demonstration of VueJS + i18n + Webpack (upgraded) + Docker + Gitlab CI + Netlify
https://github.com/rimiti/vuejs-webpack-example
ci configuration docker example fundlyup gitlab i18n netlify sample vue vuejs webpack
Last synced: about 1 month ago
JSON representation
🚧 Demonstration of VueJS + i18n + Webpack (upgraded) + Docker + Gitlab CI + Netlify
- Host: GitHub
- URL: https://github.com/rimiti/vuejs-webpack-example
- Owner: rimiti
- License: mit
- Created: 2018-09-13T08:42:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T09:06:04.000Z (over 6 years ago)
- Last Synced: 2024-11-07T16:12:12.396Z (3 months ago)
- Topics: ci, configuration, docker, example, fundlyup, gitlab, i18n, netlify, sample, vue, vuejs, webpack
- Language: JavaScript
- Homepage: https://dimsolution.com
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuejs-webpack-example
> Demonstration of VueJS + Webpack (upgraded) + Docker + Gitlab + Netlify.
## Scripts
``` bash
# install dependencies
$ yarn# serve with hot reload at localhost:8080
$ yarn dev# build for production with minification
$ yarn build# build for production and view the bundle analyzer report
$ yarn build --report# run unit tests
$ yarn unit# run e2e tests
$ yarn e2e# run all tests
$ yarn test# run all tests in Docker environment
$ yarn docker:tests
```## License
MIT © [Dimitri DO BAIRRO](https://github.com/rimiti/vuejs-webpack-example/blob/master/LICENSE)