维护本库的开发人员必须牢记这两个分支
- master 分支:打包部署
- dev 分支: 开发
序号 | 名称 | 说明 |
---|---|---|
1 | Node | ^10 |
$ git clone -b dev [email protected]:freeCodeCamp-XiAn/freeCodeCamp-XiAn.github.io.git
...
# use yarn
$ cd freeCodeCamp-XiAn.github.io && yarn
$ yarn dev
...
$ yarn build
...
react-icon: 已集成Font Awesome, Ionicons, Material Design icons, Typicons, Github Octicons icons,Feather
为节省组件目录搜索,已将src目录下的文件夹做了映射
// ./src/test/index.tsx
import AjaxTest from '../../components/Ajax'
// ./src/test/index.tsx
import AjaxTest from '@components/Ajax'
- IE>9
- Edge>=15
- Chrome>=57
- FireFox>=55