update
This commit is contained in:
parent
e6ec4ce8cb
commit
8307d463c2
@ -15,6 +15,8 @@ categories:
|
|||||||
- 从头开始配置 webpack 太复杂,不用了解的这么细致。
|
- 从头开始配置 webpack 太复杂,不用了解的这么细致。
|
||||||
- 也不使用`antd pro`,`umi.js`这类开箱即用的,隐藏了太多细节,也不考虑。
|
- 也不使用`antd pro`,`umi.js`这类开箱即用的,隐藏了太多细节,也不考虑。
|
||||||
|
|
||||||
|
<!-- more -->
|
||||||
|
|
||||||
在学习过程中产生了如下的笔记:
|
在学习过程中产生了如下的笔记:
|
||||||
|
|
||||||
- [1.react 环境搭建](https://www.tapme.top/blog/detail/20190626)
|
- [1.react 环境搭建](https://www.tapme.top/blog/detail/20190626)
|
@ -34,6 +34,8 @@ npm install -g create-react-app
|
|||||||
create-react-app chat-room
|
create-react-app chat-room
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<!-- more -->
|
||||||
|
|
||||||
生成的目录结构如下图所示:
|
生成的目录结构如下图所示:
|
||||||
|
|
||||||
![目录结构](https://raw.githubusercontent.com/FleyX/files/master/blogImg/20190625160702.png)
|
![目录结构](https://raw.githubusercontent.com/FleyX/files/master/blogImg/20190625160702.png)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user