mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2025-12-17 21:01:38 +08:00
383d6b1248df4e02cbf988f4c0ebf6e584da82f6
- Added architecture selection dropdown for amd64, arm64, and loong64. - Redesigned the download page layout with new styling and components. - Included buttons for downloading the latest version and terminal version. - Added links to update logs and source repositories. - Improved user guidance with FAQ and support information. Co-authored-by: xudeyu444 <xudeyu444@users.noreply.github.com> Co-authored-by: 奕 <a18355849597@outlook.com>
Spark Store Abyss
代号 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.
Languages
Vue
77.4%
HTML
13.7%
TypeScript
5.6%
CSS
3.1%
JavaScript
0.2%