The spa-react-pc project template
-
Clone the repo:
git@github.com:omni-door/tpls.git
-
Install with Npm:
npm install @omni-door/tpl-spa-react-pc
-
Install with Yarn:
yarn add @omni-door/tpl-spa-react-pc
folder | file |
---|---|
babel | babel.config.js |
commitlint | commitlint.config.js |
editor | .editorconfig |
eslint | .eslintrc.js |
omni | omni.config.js |
ignore | .eslintignore & .gitignore & .npmignore & .prettierignore |
jest | jest.config.js |
new | the standard templates for omni new command |
package | package.json |
prettier | prettier.config.js |
readme | README.md & README.zh-CN.md |
source | the standard templates in src folder |
stylelint | stylelint.config.js |
tsconfig | tsconfig.json |
vsc | .vscode/settings.json |
webpack | contain wepack.config.common.js , wepack.config.dev.js , wepack.config.prod.js files |