npm install
const development = {
host: 'localhost',
port: 2019
};
const production = {
host: 'localhost',
port: 8020
};
// 运行一次即可
npm run dll
// 每次启动需要运行
npm start
| Name | Name | Last commit date | ||
|---|---|---|---|---|