基于Nuxt3的模板项目
node版本 20.11.0
npm版本 10.2.4
npm install
打包环境
npm install cross-env --save-dev
npm run build:zhStart the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheck out the deployment documentation for more information.