# NUXT3-demo **Repository Path**: roabo/nuxt3-demo ## Basic Information - **Project Name**: NUXT3-demo - **Description**: nuxt 官网demo - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-12-20 - **Last Updated**: 2025-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nuxt SAAS Starter Website 模板 推荐用bun,快的一 ## Live Demo **[https://nuxtship.netlify.app/](https://nuxtship.netlify.app/)** ## Built with Nuxt 3 Minimal Starter Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. ## 依赖安装 以下都支持 ```bash # npm npm install # pnpm pnpm install # yarn yarn install # bun bun install ``` ## 启动方式 默认开发服务: `http://localhost:3000`: ```bash # npm npm run dev # pnpm pnpm run dev # yarn yarn dev # bun bun run dev ``` ## 打包 打包方式: ```bash # npm npm run build # pnpm pnpm run build # yarn yarn build # bun bun run build ``` ## 打包预览: ```bash # npm npm run preview # pnpm pnpm run preview # yarn yarn preview # bun bun run preview ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. ## Attributions Original Astroship Template: **[https://astroship.web3templates.com/](https://astroship.web3templates.com/)** from **[Web3Templates](https://web3templates.com/)** Forked from: **[https://github.com/surjithctly/astroship](https://github.com/surjithctly/astroship)**