# vue-template **Repository Path**: wurangkun520/vue-template ## Basic Information - **Project Name**: vue-template - **Description**: vue模板 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-25 - **Last Updated**: 2024-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nuxt 3 Minimal Starter Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. ## Setup Make sure to install the dependencies: ```bash # yarn yarn install ## Development Server Start the development server on `http://localhost:9527`: ```bash # yarn yarn dev ``` ## Production Build the application for production: ```bash # yarn yarn build ``` Locally preview production build: ```bash # yarn yarn preview ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.