We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62d8f5 commit 32de878Copy full SHA for 32de878
README.md
@@ -1,24 +1,32 @@
1
-# easycode-javascript
+# EasyCode For JavaScript
2
3
-## Project setup
4
-```
5
-yarn install
6
+# Feature
7
8
-### Compiles and hot-reloads for development
9
10
-yarn serve
11
+- 使用Ejs作为模板, 简单易学
+
+- 此Ejs中已经内置了lodash.js 更灵活
+- 只要是关于数据库生成的 都能用
12
13
-### Compiles and minifies for production
+# DevelopmentEnvironment
+- yarn
14
```
15
-yarn build
+yarn
16
17
18
-### Lints and fixes files
+- 运行
19
20
-yarn lint
+yarn electron-serve
21
22
23
-### Customize configuration
24
-See [Configuration Reference](https://cli.vuejs.org/config/).
+# ProductionEnvironment
25
+- github中有Releases可供下载
26
27
+- yarn electron-build
28
29
30
+# TODO
31
32
+- 后台语言java等模板demo制作
0 commit comments