Skip to content

Commit 76d3aef

Browse files
committed
Update README.md
1 parent ee2cd84 commit 76d3aef

File tree

1 file changed

+24
-40
lines changed

1 file changed

+24
-40
lines changed

README.md

Lines changed: 24 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,52 @@
1-
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
21

3-
## Available Scripts
42

5-
In the project directory, you can run:
3+
![](./other/pic/ElecMapper.png)
64

7-
### `yarn start`
85

9-
Runs the app in the development mode.<br />
10-
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
116

12-
The page will reload if you make edits.<br />
13-
You will also see any lint errors in the console.
7+
> `ElectMapper` 是为方便使用 `MoyaMapper` 而制作的 `JSON` 转模型 工具
148
15-
### `yarn test`
169

17-
Launches the test runner in the interactive watch mode.<br />
18-
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
1910

20-
### `yarn build`
11+
## 下载
2112

22-
Builds the app for production to the `build` folder.<br />
23-
It correctly bundles React in production mode and optimizes the build for the best performance.
13+
- Release: https://github.com/MoyaMapper/elecmapper/releases
2414

25-
The build is minified and the filenames include the hashes.<br />
26-
Your app is ready to be deployed!
2715

28-
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
2916

30-
### `yarn eject`
17+
## 特性
3118

32-
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
19+
- 格式化 `json` 数据
20+
- 对调整 `转换` 后的数据进行调整
21+
- 将数据导出为 `Swift` 模型文件
3322

34-
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
23+
![界面](./other/screenshots/1.png)
3524

36-
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
3725

38-
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
3926

40-
## Learn More
27+
## 使用
4128

42-
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
29+
1.`json数据` 粘贴至左边的编辑框内,点击 `转换`
30+
2. 在右边的调整区进行调整内容
31+
3. 点击导出,输出 `Swift` 模型文件
4332

44-
To learn React, check out the [React documentation](https://reactjs.org/).
33+
![使用](./other/screenshots/2.png)
4534

46-
### Code Splitting
4735

48-
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
4936

50-
### Analyzing the Bundle Size
37+
## 开发
5138

52-
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
39+
```shell
40+
git clone git@github.com:MoyaMapper/elecmapper.git
41+
cd elecmapper
42+
npm i
5343

54-
### Making a Progressive Web App
44+
# 运行
45+
npm run dev
46+
```
5547

56-
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
5748

58-
### Advanced Configuration
5949

60-
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
50+
## License
6151

62-
### Deployment
63-
64-
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
65-
66-
### `yarn build` fails to minify
67-
68-
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
52+
MIT

0 commit comments

Comments
 (0)