A set of Vue-based middle and back-end front-end solutions
-
下载项目代码 git clone https://github.com/wangyesheng/eos-app-vue.git my-project cd my-project
-
进入目录安装依赖,国内用户推荐使用 cnpm 进行加速。 yarn install / npm install
-
启动本地服务器。 npm run start
-
打包编译。 npm run build