Browse Source

first commit

张延森 6 years ago
commit
fcce6b8f8a
1 changed files with 26 additions and 0 deletions
  1. 26
    0
      README.md

+ 26
- 0
README.md View File

1
+# 迎宾系统
2
+
3
+## Project setup
4
+```
5
+npm install
6
+```
7
+
8
+### Compiles and hot-reloads for development
9
+```
10
+npm run serve
11
+```
12
+
13
+### Compiles and minifies for production
14
+```
15
+npm run build
16
+```
17
+
18
+### Run your tests
19
+```
20
+npm run test
21
+```
22
+
23
+### Lints and fixes files
24
+```
25
+npm run lint
26
+```