@omni-door/tpl-ssr-react
Version:
The ssr-react project template
36 lines (30 loc) • 1.68 kB
Markdown
# 🐸 @omni-door/tpl-ssr-react
The ssr-react project template
[](https://www.npmjs.com/package/@omni-door/tpl-ssr-react)
[](https://badge.fury.io/js/%40omni-door%2Ftpl-ssr-react)
[](https://packagephobia.now.sh/result?p=%40omni-door%2Ftpl-ssr-react)
[](https://github.com/omni-door/tpls/blob/master/packages/tpl-ssr-react/LICENSE)
## Install
* Clone the repo: `git@github.com:omni-door/tpls.git`
* Install with [Npm](https://www.npmjs.com/package/@omni-door/tpl-ssr-react): `npm install @omni-door/tpl-ssr-react`
* Install with [Yarn](https://yarnpkg.com/en/package/@omni-door/tpl-ssr-react): `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 |