浏览代码

Update README.md

Febbweiss 8 年之前
父节点
当前提交
40c79f5d7c
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -21,12 +21,14 @@ There are 3 profiles :
 To launch this project, just use the following command line :
 
 In development mode :
+```
 mvn clean spring-boot:run
 npm run watch
-
+```
 In production mode :
+```
 mvn clean spring-boot:run -P production
-
+```
 Without a profile, you have to run the webpack watcher to deliver client resources. With the _production_ profile, no needs to launch the wepback watcher.
 
 ## Configuration