美文网首页
搭建elementUI脚手架(vue-admin-templat

搭建elementUI脚手架(vue-admin-templat

作者: 薇薇和艾艾 | 来源:发表于2019-10-11 18:53 被阅读0次

# Clone project

git clone https://github.com/PanJiaChen/vue-admin-template.git

# Install dependencies

npm install

# Serve with hot reload at localhost:9528

npm run dev

# Build for production with minification

npm run build

# Build for production and view the bundle analyzer report

npm run build --report

在执行完npm run dev后发现浏览器自动打开了vue-admin-template登录页面,点击登录,此时模板页面就搭建好了。

————————————————

相关文章

网友评论

      本文标题:搭建elementUI脚手架(vue-admin-templat

      本文链接:https://www.haomeiwen.com/subject/wcuxmctx.html