文件名称:vue-koa-ssr:Vue.js + Vuetify.js + Koa(SSR样板)
文件大小:189KB
文件格式:ZIP
更新时间:2024-02-24 11:32:40
nodejs koa vue ssr vuetify
Vue-Koa-Demo 具有Vue2&Vueify.js&Koa2的全栈SSR样板 安装 git clone https://github.com/Molunerfinn/vue-koa-demo.git npm install或yarn 之后,创建一个.env文件并设置envs: PORT=8889 # Koa is listening to this port 如果要运行该项目的测试,请创建一个.env.test文件来面对这种情况: PORT=8888 # The port which is listened by koa in the test environment No