npm run dev報錯, npm bugs my-first-vue后得到信息,404, 404 Registry returned 404 for GET on https://registry.npmjs.org/vueproject/my-first-vue
npm ERR! 404 'vueproject' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 'vueproject' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
2016-09-02
報錯的話如果是端口錯誤的話修改項目下的config下的index.js里的prot:8080為其他的端口
2016-09-01