injahow / goods-manager

Goods Manager 商品管理系统前端

Home Page:http://goods.injahow.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goods-manager

English | 简体中文

Build Setup

# clone the project
git clone https://github.com/injahow/goods-manager.git

# enter the project directory
cd goods-manager

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:9528

Build

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# preview the release environment effect
npm run preview

# preview the release environment effect + static resource analysis
npm run preview -- --report

# code format check
npm run lint

# code format check and auto fix
npm run lint -- --fix

License

MIT license.

Copyright (c) 2021 injahow

About

Goods Manager 商品管理系统前端

http://goods.injahow.com

License:MIT License


Languages

Language:Vue 55.8%Language:JavaScript 37.4%Language:SCSS 6.3%Language:HTML 0.5%