Nuxt3的仿掘金网页,使用element-plus、naive-ui作为ui框架,使用pinia来进行状态管理,使用i18n来进行语言配置,路由、打包均为Nuxt3默认设置,编程语言主要使用ts,css使用scss、windi-css。
Make sure to install the dependencies:
# yarn
yarn installStart 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.
|- assets 存放
scss等资源|- components 组件
|- layouts 自定义框架
|- locals i18n
|- pages 页面路由
|- plugins 注入
|- public
|- stores
pinia状态管理|- app.vue
|- nuxt.config.json
|- package.json
|- tsconfig.json
|- yarn.lock
黄伟杰(666-3334):
亓胜鹏(qgxx) 首页 响应式 主题