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 7043b99 commit b0fc099Copy full SHA for b0fc099
.gitignore
@@ -4,3 +4,4 @@ website/db.sqlite3
4
website/frontend/dist/*
5
website/frontend/node_modules/*
6
7
+website/frontend/package-lock.json
README.md
@@ -1,2 +1,21 @@
1
# NKTO
2
Nankai Trade Online
3
+
+## Quick Start
+先对Vue进行加载:
+```shell
8
+cd website/frontend
9
+npm install
10
+npm install iview-theme -g
11
+cd src/mytheme
12
+iview-theme build -o dist/
13
+cd ..
14
15
+npm run build
16
+```
17
+再开启Django测试服务器
18
19
+cd website
20
+python manage.py runserver
21
0 commit comments