# moredocx **Repository Path**: mnt-ltd/moredocx ## Basic Information - **Project Name**: moredocx - **Description**: 魔豆文库 moredoc 前端,使用 Vue3 + TS + Nuxt3 + ElementPlus 重构,SSR渲染方案,支持SEO - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://mnt.ltd - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 4 - **Created**: 2024-12-17 - **Last Updated**: 2025-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: moredoc, moredocx, TypeScript, nuxt3, element-plus ## README # moreweb 魔豆文库前端。 node版本:20.0+ ## Setup Make sure to install the dependencies: ```bash # npm npm install # pnpm pnpm install # yarn yarn install # bun bun install ``` ## Development Server Start the development ser ver on `http://localhost:3000`: ```bash # npm npm run dev # pnpm pnpm run dev # yarn yarn dev # bun bun run dev ``` ## Production Build the application for production: ```bash # npm npm run build # pnpm pnpm run build # yarn yarn build # bun bun run build ``` Locally preview production 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. ## 常见问题 ### ERR_OSSL_EVP_UNSUPPORTED Error: error:0308010C:digital envelope routines::unsupported export NODE_OPTIONS=--openssl-legacy-provider > https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported