A small note on vue startup and startup problems

vue启动(1)
1.npm install -g cnpm --registry=https://registry.npm.taobao.org
2.cnpm install
3.npm run dev

vue启动(2)
1.npm install
2.npm run dev


小记,有次vue打包build之后本地再次启动报错
运行:npm rebuild node-sass 然后 npm run dev就可以了。

Guess you like

Origin blog.csdn.net/qq_37980436/article/details/105656517