Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)