From b644961d2dd792c1d13694aff9f83330cdd2967b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=A0=E8=90=9D=E6=88=98=E5=A3=AB2018?= <543245444@qq.com> Date: Wed, 15 Aug 2018 16:25:05 +0800 Subject: [PATCH] first commit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4d55c8c --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# vueadmin + +## Project setup +``` +npm install +``` + +### Compiles and hot-reloads for development +``` +npm run dev +``` + +### Compiles and minifies for production +``` +npm run build +``` + +### Compiles and minifies for production to analyze the component percent +``` +npm run analyze +``` \ No newline at end of file