@xeajs/react-service
v1.1.3
Published
@xeajs/react-service
Downloads
2
Readme
@xeajs/react-service
ts 配置文件,基于 webpack-chain,自定义再配置 webpack 的 React 快速开发项目脚手架
Installation
yarn add -D @xeajs/react-service
or
npm install --save-dev @xeajs/react-service
package.json
{
"scripts": {
"serve": "react-service serve",
"build": "react-service build"
}
}
xea.config.ts
import { Xea } from "@xeajs/types";
export default (): Xea.Options => {
return {
htmlTitle: "Bug Test",
};
};
Features
- xea.config.ts
- webpack-chain
- postcss