# Lin代码分享 **Repository Path**: linhahaha/lin-code-sharing ## Basic Information - **Project Name**: Lin代码分享 - **Description**: Lin代码分享,在线工具网(www.zxtools.cn) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-14 - **Last Updated**: 2024-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 手册 - [nuxt3手册](https://nuxt.com/docs/getting-started/introduction) - [element plus手册](https://element-plus.gitee.io/zh-CN/component/button.html) ## node环境>=18 ## Setup Make sure to install the dependencies: ```bash # yarn yarn install # npm npm install # pnpm pnpm install ``` ## Development Server Start the development server on http://localhost:3000 ```bash npm run dev ``` ## Production Build the application for production: ```bash npm run build ``` Locally preview production build: ```bash npm run preview ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.