Adrien 4eefcabf91 | vor 3 Jahren | |
---|---|---|
build | vor 3 Jahren | |
config | vor 3 Jahren | |
src | vor 3 Jahren | |
static | vor 3 Jahren | |
.babelrc | vor 4 Jahren | |
.dockerignore | vor 4 Jahren | |
.drone.yml | vor 4 Jahren | |
.editorconfig | vor 4 Jahren | |
.eslintignore | vor 4 Jahren | |
.eslintrc.js | vor 4 Jahren | |
.gitignore | vor 4 Jahren | |
.nvmrc | vor 3 Jahren | |
.postcssrc.js | vor 4 Jahren | |
Dockerfile | vor 3 Jahren | |
Dockerfile.production | vor 4 Jahren | |
LICENSE.txt | vor 3 Jahren | |
README.md | vor 3 Jahren | |
docker-compose.yml | vor 4 Jahren | |
index.html | vor 3 Jahren | |
package.json | vor 3 Jahren | |
yarn.lock | vor 3 Jahren |
Timers and other features for Heroes of the Storm
This project run on the node 14 LTS version (Fermium)
# 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
For detailed explanation on how things work, checkout the guide and docs for vue-loader.
docker-compose up
will build an image with all dependencies, then bind the root directory to the container and launch the dev server
docker build . -f Dockerfile.production
will create an image with all project minified, optimized and served via nginx