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