配合项目co-admin-api一起使用
===============
基于 vue 2.0+
UI基于 [vuetifyjs] (https://github.com/vuetifyjs/vuetify)
富文本基于 [tinymce5] (https://github.com/tinymce/tinymce)
yarn install
配置 .env.dev 和 .env.prod 文件的 VUE_APP_BASE_URL 参数为您的请求地址
location / {
try_files $uri $uri/ /index.html;
expires 30s;
}
yarn serve
yarn build