https://github.com/supebase/ericdit.com-2025
Nuxt 3, Directus Blog
https://github.com/supebase/ericdit.com-2025
ai deepseek directus nuxt3
Last synced: 6 months ago
JSON representation
Nuxt 3, Directus Blog
- Host: GitHub
- URL: https://github.com/supebase/ericdit.com-2025
- Owner: supebase
- Archived: true
- Created: 2025-02-08T07:48:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T07:48:03.000Z (8 months ago)
- Last Synced: 2025-04-10T04:14:54.979Z (6 months ago)
- Topics: ai, deepseek, directus, nuxt3
- Language: Vue
- Homepage: https://blog.ericdit.com
- Size: 610 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3,Directus Starter
本项目中 80% 的代码由 DeepSeek AI 生成。
未提供与数据库相关的架构。
仅供参考。80% of the code in this project is generated by DeepSeek AI.
No database related schema is provided.
For reference only.Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install dependencies:
```bash
# npm
npm install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
```## Production
Build the application for production:
```bash
# npm
npm run build// 每次运行都会自动升级 patch 版本 (0.7.2 → 0.7.3 → 0.7.4)
// npm run build// 升级 minor 版本 (0.7.2 → 0.8.0)
// VERSION_BUMP_TYPE=minor npm run build// 升级 major 版本 (0.7.2 → 1.0.0)
// VERSION_BUMP_TYPE=major npm run build
```推荐使用 Build 命令生成项目,服务器安装 sudo npm install pm2@latest -g,执行 PM2 start ecosystem.config.js 运行项目。
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
# ericdit.com