- Node.js
- NPM
- Vue 2.6.10
- Vue-loader 15.7.0
- Vue-template-compiler
- Vue-style-loader
- Css-loader
- File-loader
- Eslint
- Vue-eslint-parser
- Eslint-config-airbnb-base
- Eslint-config-prettier
- Eslint-friendly-formatter
- Eslint-plugin-vue
- Babel-loader
- Babel-eslint
- @babel/core
- @babel/preset-env
- Pug
- Pug-plain-loader
- PostCSS
- Postcss-import
- Postcss-nested
- Postcss-media-minmax
- Autoprefixer
- Webpack 4
- Webpack-cli
- Webpack-dev-server
# clone repository
git clone path/to/repository
# install Node.js ^11.14.0
install on your PC (npm comes with node.js automatically)
# install dependencies in the root a project
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# more info to run project
package.json(scripts)
# more info for project dependencies
package.json(dependencies, devDependencies)
# more info on building the project
webpack.config.js
# other info
package.json
For detailed explanation on how things work, consult the docs for vue-loader.
- install Node.js ^11.10.0
- run npm i in root frontend directory for install dependencies
- run npm run build in root frontend directory for build web application
- deploying files index.html, favicon.svg and directory dist with all files