您好,登錄后才能下訂單哦!
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.926s Child 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 },
感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。