This project is a repackaging of Taro to quickly build an interface for back-end management projects. Follow is the quick guide for how to use.
setp 1: Install global tools:
npm: npm install -g husky rimraf lerna
or
cnpm: cnpm install -g husky rimraf lerna
or
yarn: yarn add -g husky rimraf lerna
setp 2: Install dependencies node_modules
:
npm run lerna:b
Taro Fast Framework provides some useful script to help you quick start and build with web project, code style check and test.
Scripts provided in package.json
. It's safe to modify or add additional script:
npm run start:weapp:build
npm run start:weapp:simple
(Ensure that the build is executed at least once)
Wait for execution to complete, you can open wechat development tool to view.
npm run build:all
Here repo is a template to quickly create a project.
https://github.com/kityandhero/taro-fast-template
The other way is use taro-fast-cli to initialize a project, it will download file from taro-fast-template repo.
npm install -g taro-fast-cli
taro-fast-cli init
If framework have a new version update, can use a script to upgrade project, the script in package.json, it running through taro-fast-cli.
npm run reinstall
The script content is "npm run clean && taro-fast-cli env && pnpm install".
If you need a agent to visit github, you can use this way.
npm run reinstall:agent
The script content is "npm run clean && taro-fast-cli env --agent http://127.0.0.1:7890 && pnpm install".
welcome any feedback in our github.
Many thanks to the following individuals, organisations and projects whose work is so important to the success of Taro Fast Framework (in no particular order):
More dependencies are not listed, thanks all of them.
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Комментарии ( 0 )