Name Last Update
config Loading commit data...
lambda Loading commit data...
mock Loading commit data...
public Loading commit data...
script Loading commit data...
src Loading commit data...
tests Loading commit data...
.eslintignore Loading commit data...
.eslintrc Loading commit data...
.gitignore Loading commit data...
.npmrc Loading commit data...
CNAME Loading commit data...
Dockerfile Loading commit data...
Dockerfile.dev Loading commit data...
Dockerfile.hub Loading commit data...
README.md Loading commit data...
azure-pipelines.yml Loading commit data...
build.sh Loading commit data...
jest-puppeteer.config.js Loading commit data...
jest.config.js Loading commit data...
jsconfig.json Loading commit data...
netlify.toml Loading commit data...
package.json Loading commit data...
tsconfig.json Loading commit data...

README.md

KeeperAdmin

霏微后台管理系统。 常规的umi+antd项目。node12+推荐node16运行

start

Dependency

yarn 
or
npm install 

Development

yarn start:[env]
or
npm run start:[env]
e.g:
yarn start:dev

Build

yarn build:[env]
or
npm run build:[env]

注意事项

运行前需要修改本地host文件添加

127.0.0.1 devlocal.feewee.cn
127.0.0.1 testlocal.feewee.cn
127.0.0.1 local.feewee.cn

这三个host才能正常运行。

  • Windows 系统 Hosts 文件路径: C:\Windows\System32\drivers\etc\hosts,使用管理员打开添加后保存即可。如果不生效就需要刷新下dns缓存: ipconfig /flushdns
  • macOS推荐在AppStore安装ihosts软件修改。或者手动修改/etc/hosts文件,mac系统刷新dns缓存命令:sudo killall -HUP mDNSResponder