소스 검색

README文件

zhangguohua 1 년 전
부모
커밋
53ddc97561
2개의 변경된 파일24개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      .DS_Store
  2. 24 1
      README.md

BIN
.DS_Store


+ 24 - 1
README.md

@@ -1 +1,24 @@
-asdf
+# admin_system
+
+## 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/).