NUXT.JS项目实战(商城)
nuxt.js 项目实战(商城)
Node.js(v6.9.1)+ express(4.X)+视图(2.0)+ vuex + mysql(5.7.18)+(NUXT)SSR + nginx + redis +阿里云部署
install过程中遇到error。
解决:执行 npm install [email protected] --ignore-scripts
使用–ignore-scripts,则会让npm避免执行package.json文件中的scripts脚本。而只进行打包。
run dev 过程中遇到error。(类扩展值未定义不是构造函数或null)。
尝试解决方法:install webpack ,config.js里加入css: { extract: false },在webpack上纠结了很久…最终…卸载webpack,删除node_modules重新install 成功~
开始研究项目代码…未完待续…
remark
github地址:
https://github.com/github1586/nuxt-bnhcp
git迁出地址:
https://github.com/github1586/nuxt-bnhcp.git
WARN:Classic mode for store/ is deprecated and will be removed in Nuxt
url:https://blog.****.net/weixin_45115705/article/details/98784259