jiwangyihao 059e01090c feat(download): 调整下载页并补充 APM 资源
- 样式:补充 xs 断点变量,方便小屏布局控制
- 资源:新增 amber-pm SVG 图标
- 页面:下载页增加 APM 包管理器入口,优化小屏排版与链接分组
2025-12-09 11:14:50 +08:00
2025-11-21 09:38:30 +08:00
2025-06-05 01:55:53 +08:00
2025-05-30 01:05:59 +08:00
2025-09-22 20:15:20 +08:00
2025-09-19 02:32:50 +08:00
2025-06-06 01:33:40 +08:00
2025-06-03 01:05:02 +08:00
2025-06-06 01:33:40 +08:00
2025-06-06 01:33:40 +08:00
2025-06-03 01:33:26 +08:00

Spark Store Abyss

GitHub License wakatime GitHub Actions Workflow Status GitHub commit activity

代号 Abyss全新重生的星火应用商店官网基于 Nuxt 3 + Vue 3 + Vite + TailwindCSS 4 构建,采用全新设计语言,提供更快的加载速度和更好的用户体验。

支持 SSR/SSG。

Setup

Install Node.js

Using tools like nvm or fnm is recommended to manage Node.js versions. Also, the latest LTS version is recommended.

You can check your current Node.js version with:

node -v

Install Corepack

Corepack is a tool that helps manage package managers like npm, pnpm, yarn, and bun. It is included with Node.js versions 16.9.0 and later.

To enable Corepack, run the following command:

corepack enable

Install Dependencies

Make sure to install dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production (SSR mode):

pnpm build

Locally preview production build (SSR mode):

pnpm preview

Check out the deployment documentation for more information.

Description
No description provided
Readme MPL-2.0 71 MiB
Languages
Vue 77.4%
HTML 13.7%
TypeScript 5.6%
CSS 3.1%
JavaScript 0.2%