Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 298 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 298 Bytes

谷粒学院前台UI

项目启动

# Install dependencies
npm install

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

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