summaryrefslogtreecommitdiff
path: root/ATRI/plugins/manege/atri-manege/README.md
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2021-07-20 13:42:00 +0800
committerKyomotoi <[email protected]>2021-07-20 13:42:00 +0800
commitc485985d3be687d17168512de44ea7b744fea7cc (patch)
tree4f54f574dd42dbed01e50ecbf1efd82c7cc009b9 /ATRI/plugins/manege/atri-manege/README.md
parent0fe5599a0770401812e44727904a55d53415cf6c (diff)
downloadATRI-c485985d3be687d17168512de44ea7b744fea7cc.tar.gz
ATRI-c485985d3be687d17168512de44ea7b744fea7cc.tar.bz2
ATRI-c485985d3be687d17168512de44ea7b744fea7cc.zip
✨ 新增前端demo页
Diffstat (limited to 'ATRI/plugins/manege/atri-manege/README.md')
-rw-r--r--ATRI/plugins/manege/atri-manege/README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/ATRI/plugins/manege/atri-manege/README.md b/ATRI/plugins/manege/atri-manege/README.md
new file mode 100644
index 0000000..e1c03ee
--- /dev/null
+++ b/ATRI/plugins/manege/atri-manege/README.md
@@ -0,0 +1,24 @@
+# atri-manege
+
+## Project setup
+```
+npm install
+```
+
+### Compiles and hot-reloads for development
+```
+npm run serve
+```
+
+### Compiles and minifies for production
+```
+npm run build
+```
+
+### Lints and fixes files
+```
+npm run lint
+```
+
+### Customize configuration
+See [Configuration Reference](https://cli.vuejs.org/config/).