@omni-door/tpl-ssr-react
v2.9.23
Published
The ssr-react project template
Downloads
986
Readme
🐸 @omni-door/tpl-ssr-react
The ssr-react project template
Install
Clone the repo:
[email protected]:omni-door/tpls.git
Install with Npm:
npm install @omni-door/tpl-ssr-react
Install with Yarn:
yarn add @omni-door/tpl-ssr-react
Templates
| folder | file |
| --- | --- |
| babel | babel.config.js |
| commitlint | configs/commitlint.config.js |
| editor | .editorconfig |
| eslint | configs/.eslintrc.js |
| ignore | .eslintignore & .gitignore & .npmignore & .prettierignore |
| jest | configs/jest.config.js |
| new | the standard templates for omni new
command |
| next | next.config.js & next-env.d.ts |
| omni | configs/omni.config.js |
| package | package.json |
| prettier | configs/prettier.config.js |
| readme | README.md & README.zh-CN.md |
| source | the standard templates in src
folder |
| stylelint | configs/stylelint.config.js |
| tsconfig | tsconfig.json |
| vsc | .vscode/settings.json |
| webpack | configs/webpack.config.js |