travel_explore
API 浏览器
widgets
Vue 组件
security
安全性
Quasar CLI with Vite - @quasar/app-vite
SSR 构建命令
开发(Developing)
¥Developing
$ quasar dev -m ssr
# ..or the longer form:
$ quasar dev --mode ssr
content_paste
Copied to clipboard
生产环境构建(Building for Production)
¥Building for Production
$ quasar build -m ssr
# ..or the longer form:
$ quasar build --mode ssr
content_paste
Copied to clipboard
如果你想要一个启用了调试功能的正式版:
¥If you want a production build with debugging enabled:
$ quasar build -m ssr -d
# ..or the longer form
$ quasar build -m ssr --debug
content_paste
Copied to clipboard
Ready for more?
1. Introduction
2. 开发(Developing)
3. 生产环境构建(Building for Production)