Skip to content

Commit 3f0abaa

Browse files
committed
feat: special
1 parent 8684afc commit 3f0abaa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+5
-34254
lines changed

.DS_Store

10 KB
Binary file not shown.

.babelrc

-12
This file was deleted.

.editorconfig

-13
This file was deleted.

.eslintignore

-4
This file was deleted.

.eslintrc

-14
This file was deleted.

.gitignore

-110
This file was deleted.

LICENSE

-20
This file was deleted.

README.md

+5-62
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,9 @@
1-
# skyvow.github.io
1+
<img align="right" src="https://github-readme-stats.vercel.app/api?username=skyvow&show_icons=true&icon_color=805AD5&text_color=718096&bg_color=ffffff&hide_title=true" />
22

3-
基于 React + React-router + ES6 前端项目
3+
### Hi there 👋
44

5-
## 技术选型
5+
🌱 I’m currently learning ...
66

7-
* [React](https://github.com/facebook/react)
8-
* [React-router](https://github.com/rackt/react-router)
9-
* [Webpack](https://github.com/webpack/webpack)
10-
* [Babel](https://github.com/babel/babel)
11-
* [ESlint](http://eslint.org)
7+
🇨🇳 China Shanghai - 💻 Web developer
128

13-
## 目录结构
14-
15-
```
16-
src/
17-
|-assets/ # 静态文件
18-
|- fonts/ # 字体
19-
|- images/ # 图片
20-
|- plugins/ # 插件
21-
|- styles/ # 样式
22-
|- ...
23-
|-components/ # 全局可复用的 UI 组件(presentational component)
24-
|- content.js
25-
|- footer.js
26-
|- navbar.js
27-
|- siderbar.js
28-
|- ...
29-
|-containers/ # 全局可复用的容器组件(container component)
30-
|- empty.js
31-
|- main.js
32-
|- notfound.js
33-
|- ...
34-
|-routes/ # 主路由和异步分割点
35-
|- index.js
36-
|- ...
37-
|-utils/ # 工具方法
38-
|- resume.js
39-
|- ...
40-
|- app.js # 入口文件
41-
|- ...
42-
```
43-
44-
## 使用方法
45-
46-
```sh
47-
$ git clone https://github.com/skyvow/skyvow.github.io.git
48-
$ cd skyvow.github.io
49-
$ npm install
50-
$ npm run dll & npm start
51-
```
52-
53-
|`npm run <script>`|描述|
54-
|------------------|-----------|
55-
|`dll`|动态链接库,预编译资源模块,必须在 `start` 之前执行一次。|
56-
|`start`|服务启动在 3000 端口,代码热替换开启。|
57-
|`build`|编译程序到 build 目录下(默认目录 ~/build)。|
58-
|`lint`|检查所有 .js 文件是否规范。[更多](http://eslint.org/docs/user-guide/command-line-interface.html#fix)|
59-
60-
## 贡献
61-
62-
有任何意见或建议都欢迎提 issue
63-
64-
## License
65-
66-
MIT
9+
https://wuxui.com

assets/4.chunk.js

-97
This file was deleted.
-17.6 KB
Binary file not shown.
-18.1 KB
Binary file not shown.
-17.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)