Skip to content

fangbao-0418/crm

Repository files navigation

简介

平台项目脚手架,主要由react+redux+stylus+webpack+typescript构成

环境

推荐node8.10.0

安装

npm config set registry https://registry.npm.taobao.org (必须)
yarn install

启动

yarn dev

测试

yarn test:watch(监测模式)
yarn test

打包

yarn build

参考文档

issue

  • [typescript] Cannot find name 'PropertyKey'
在es2015中才有propertyKey数据类型 在tsconfig.json配置文件compilerOptions添加lib
"lib": [
  "es2015",
  "dom"
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published