README.md 917 B

前端培训文档

安装依赖包

offline

# offline
tar xf node_modules.tar.xz

online

cd dashboard
yarn install
  • for windows user, download Node.js and then,

    npm config set registry 'https://registry.npmmirror.com/' --global # ONLY for China user
    npm install -g yarn
    yarn config set registry 'https://registry.npmmirror.com/' --global # ONLY for China users
    

dashboard.png

开发模式启动 dashboard

cd dashboard
yarn start

Typescript

React