文章目录
- 💥前言
- 一、📒 技术栈
- 二、🎁在线预览
- 三、🌞 项目运行
- 四、🍎项目部署
- 五、🚴项目地址
💥前言
这是一个开源的SSR服务端渲染响应式项目,可自己稍微改造成官网或者个人网站
nuxt3+ts开源项目
提示:项目中的公司、文案描述都是胡编乱造的,纯属虚构
一、📒 技术栈
-
💚 Nuxt 3 - SSR, ESR, File-based routing, components auto importing, modules, etc.
-
⚡️ Vite - Instant HMR
-
🎨 UnoCSS - The instant on-demand atomic CSS engine.
-
😃 Use icons from any icon sets in Pure CSS, powered by UnoCSS
-
🔥 The
<script setup>
syntax -
🍍 animejs,Powerful animation library see ./composables/user.ts
-
📑 Layout system
-
📥 APIs auto importing - for Composition API, VueUse and custom composables.
-
🏎 Zero-config cloud functions and deploy
-
🦾 TypeScript, of course
-
☎️ mitt Event bus
二、🎁在线预览
在线预览地址
三、🌞 项目运行
npm i
npm run dev
四、🍎项目部署
建议使用PM2管理工具进行部署
nuxt3官网对pm2的章节
也可以参照这下面的博文
宝塔部署nuxt
五、🚴项目地址
如果项目对你有帮助,麻烦到github项目地址给个 💛Star