vue中mint-ui環境搭建詳細介紹
首先需要如下配置node (最好用淘寶源)
$ npm install -g cnpm --registry=https://registry.npm.taobao.org
以及git
從官方github拉下來mint-ui
git clone https://github.com/ElemeFE/mint-ui.git
進入mint-ui
npm run dev
全程大概5-10分鐘,出現
Build completed in 34.926sChild html-webpack-plugin for "index.html":webpack: bundle is now VALID.
搞定。。。so easy
附:修改啟動的地址為127.0.0.1:8080
/mint-ui/build/cooking.demo.js
devServer: { port: 8080, // host: require('my-local-ip')(), // host:127.0.0.1, publicPath: '/', log: false },
感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!
新聞熱點
疑難解答