Jeremy Zheng 36dba9c2e8 :construction: add pro-table demo há 3 anos atrás
..
react-day-1 57f77f547e :construction: add react form & intl demo há 3 anos atrás
react-day-2 36dba9c2e8 :construction: add pro-table demo há 3 anos atrás
react-day-3 36dba9c2e8 :construction: add pro-table demo há 3 anos atrás
react-day-4 0fc90574f8 :memo: create the structure of documents há 3 anos atrás
react-day-5 0fc90574f8 :memo: create the structure of documents há 3 anos atrás
ts-day-1 9ba283e285 :memo: add typescript day-1 practice há 3 anos atrás
README.md 36dba9c2e8 :construction: add pro-table demo há 3 anos atrás
dashboard.png 9ba283e285 :memo: add typescript day-1 practice há 3 anos atrás

README.md

前端培训文档

安装依赖包

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