Skip to content

Commit 32de878

Browse files
committed
update readme
1 parent f62d8f5 commit 32de878

File tree

2 files changed

+23
-10134
lines changed

2 files changed

+23
-10134
lines changed

README.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,32 @@
1-
# easycode-javascript
1+
# EasyCode For JavaScript
22

3-
## Project setup
4-
```
5-
yarn install
6-
```
3+
# Feature
74

8-
### Compiles and hot-reloads for development
9-
```
10-
yarn serve
11-
```
5+
- 使用Ejs作为模板, 简单易学
6+
7+
- 此Ejs中已经内置了lodash.js 更灵活
8+
9+
- 只要是关于数据库生成的 都能用
1210

13-
### Compiles and minifies for production
11+
# DevelopmentEnvironment
12+
13+
- yarn
1414
```
15-
yarn build
15+
yarn
1616
```
1717

18-
### Lints and fixes files
18+
- 运行
1919
```
20-
yarn lint
20+
yarn electron-serve
2121
```
2222

23-
### Customize configuration
24-
See [Configuration Reference](https://cli.vuejs.org/config/).
23+
# ProductionEnvironment
24+
25+
- github中有Releases可供下载
26+
27+
- yarn electron-build
28+
29+
30+
# TODO
31+
32+
- 后台语言java等模板demo制作

0 commit comments

Comments
 (0)