@omni-door/tpl-spa-react-pc
v2.9.22
Published
The spa-react-pc project template
Downloads
873
Readme
🐸 @omni-door/tpl-spa-react-pc
The spa-react-pc project template
Install
Clone the repo:
[email protected]: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
Templates
| 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 |