1.
在node的官网下载
2.安装node
3.
4.进入项目根目录,安装依赖:```npm install
如:npm install -g cnpm --registry=https://registry.npm.taobao.org
5.开启调试:```npm run dev