Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 300 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 300 Bytes

谷粒学院后台UI

项目启动

# Install dependencies
npm install

# 建议不要用cnpm  安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# Serve with hot reload at localhost:9528
npm run dev