1.0.8 • Published 4 years ago
bbc_wap v1.0.8
村赞前端开发脚手架
    ##建议切换成淘宝镜像(速度快)
    npm config set registry https://registry.npm.taobao.org
    ##根目录初始化项目
    npm init -y
    ##安装bbc_wap脚手架
    npm install bbc_wap
    ##初始化项目依赖
    npm install
    ##安装成功本地调试
    npm run dev
    ##打包编译
    npm run build