Skip to content

Commit 59d9ac2

Browse files
顾鲍尔顾鲍尔
authored andcommitted
boylegu#29 init readme.md
1 parent c85bca1 commit 59d9ac2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,31 @@ This's a sample ShangHai people information system as example demo.
176176
- Please must install Java 1.7 or even higher version
177177

178178

179+
### Installation
180+
181+
- Build front-end environment
182+
183+
cd sanic_crudvue/frontend
184+
185+
npm install
186+
187+
### Usage
188+
189+
- Run back-end server
190+
191+
cd springboot_vue/target/
192+
193+
java -jar springboot_vue-0.0.1-SNAPSHOT.jar
194+
195+
- Run Front-end Web Page
196+
197+
cd springboot_vue/frontend
198+
199+
npm run dev
200+
201+
202+
> You can also run `cd sanic_crudvue/frontend;npm run build` and it's with Nginx in the production environment
203+
179204
## My Final Thoughts
180205

181206
```

0 commit comments

Comments
 (0)