Nuxt CLI 提供各种命令来帮助您开发、构建和部署应用程序。
nuxt add
安装并配置模块。
nuxt analyze
分析生产构建。
nuxt build
为生产环境构建应用程序。
nuxt build-module
为生产环境构建模块。
callOnce
Run a given function or block of code once during SSR or CSR.
Scaffold an entity into your Nuxt application.
社区