A starter template for AT-UI base with Vue 2 + Webpack 3
This is a project template for vue-cli
# install vue-cli if you haven't already
npm install -g vue-cli
# create a new project based on the template
vue init o2team/at-template my-project
# navigate into your new project folder
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.