The React Component project template
-
Clone the repo:
git@github.com:omni-door/tpls.git
-
Install with Npm:
npm install @omni-door/tpl-component-react
-
Install with Yarn:
yarn add @omni-door/tpl-component-react
folder | file |
---|---|
babel | babel.config.js |
commitlint | commitlint.config.js |
editor | .editorconfig |
eslint | .eslintrc.js |
ignore | .eslintignore & .gitignore & .npmignore & .prettierignore |
jest | jest.config.js |
new | the standard templates for omni new command |
omni | omni.config.js |
package | package.json |
prettier | prettier.config.js |
readme | README.md & README.zh-CN.md & DEV.md & DEV.zh-CN.md |
source | the standard templates in src folder |
storybook | .storybook/config.js & .storybook/addons.js & .storybook/manager-head.html & .storybook/webpack.config.js |
stylelint | stylelint.config.js |
tsconfig | tsconfig.json |
vsc | .vscode/settings.json |