Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 626 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 626 Bytes

at-template

A starter template for AT-UI base with Vue 2 + Webpack 3

Usage

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.