文件名称:simple-universal-vuejs:Webpack +通用VueJS样板使用客户端水合最佳实践
文件大小:337KB
文件格式:ZIP
更新时间:2024-05-19 08:22:15
JavaScript
简单通用vue.js 实验性存储库,用于测试vuejs的服务器和客户端渲染。 1.安装依赖项 npm install 2.建立 # client & server build npm run build # client build npm run build:client # server build npm run build:server 3.本地服务器 # run the following command, then open http://localhost:8080 npm run dev 该存储库中的代码基于以下教程:。