lkoma / wind

后台管理系统

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

magic

A Vue+Webpack project architecture

Init

# install dependencies
yarn install
# init submodules
sh init.sh

Devlop

yarn run dev
# or 
yarn run develop
# or 
yarn run start
# build for production and view the bundle analyzer report
yarn run dev jarvis

Lint

# check code style
yarn run lint

# or auto-fix it
yarn run lint-fix

Build

# build for production with minification
yarn run build

# build for production and view the bundle analyzer report
yarn run build report

Create a module

yarn run add [name]

About

后台管理系统


Languages

Language:JavaScript 80.0%Language:Vue 14.8%Language:CSS 3.6%Language:HTML 1.5%Language:Shell 0.1%