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 c85bca1 commit 59d9ac2Copy full SHA for 59d9ac2
README.md
@@ -176,6 +176,31 @@ This's a sample ShangHai people information system as example demo.
176
- Please must install Java 1.7 or even higher version
177
178
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
204
## My Final Thoughts
205
206
```
0 commit comments