|
|
3 年之前 | |
|---|---|---|
| .. | ||
| react-day-1 | 3 年之前 | |
| react-day-2 | 3 年之前 | |
| react-day-3 | 3 年之前 | |
| react-day-4 | 3 年之前 | |
| react-day-5 | 3 年之前 | |
| ts-day-1 | 3 年之前 | |
| README.md | 3 年之前 | |
| dashboard.png | 3 年之前 | |
# offline
tar xf node_modules.tar.xz
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
cd dashboard
yarn start