qs-admin
⚡️轻量级后台管理模板, 基于 Vue3 + Vite3 + TypeScript + Pinia + Unocss + Naive UI 。
File Explorer
Download Latest Version (.zip)- commit-msg
- pre-commit
- extensions.json
- settings.json
- define.ts
- index.ts
- proxy.ts
- html.ts
- index.ts
- mock.ts
- unplugin.ts
- utils.ts
- auth.js
- index.js
- post.js
- user.js
- index.js
- utils.js
- index.css
- index.js
- logo.png
- favicon.png
- proxy-config.ts
- theme.json
- index.ts
- 404.webp
- login_banner.webp
- login_bg.webp
- logo.png
- logo.svg
- AppFooter.vue
- AppProvider.vue
- ScrollX.vue
- CustomIcon.vue
- SvgIcon.vue
- TheIcon.vue
- AppPage.vue
- CommonPage.vue
- BreadCrumb.vue
- FullScreen.vue
- GithubSite.vue
- MenuCollapse.vue
- ThemeMode.vue
- UserAvatar.vue
- index.vue
- SideLogo.vue
- SideMenu.vue
- index.vue
- ContextMenu.vue
- index.vue
- AppMain.vue
- index.vue
- index.ts
- page-loading-guard.ts
- page-title-guard.ts
- permission-guard.ts
- index.ts
- index.ts
- index.ts
- helpers.ts
- index.ts
- helpers.ts
- index.ts
- helpers.ts
- index.ts
- index.ts
- index.ts
- index.ts
- index.scss
- reset.css
- index.ts
- router.ts
- token.ts
- color.ts
- common.ts
- crypto.ts
- icon.ts
- index.ts
- is.ts
- naiveTools.ts
- helpers.ts
- index.ts
- interceptors.ts
- index.ts
- local.ts
- session.ts
- index.ts
- index.vue
- api.ts
- index.vue
- index.vue
- route.ts
- 404.vue
- route.ts
- api.ts
- index.vue
- index.vue
- route.ts
- App.vue
- main.ts
- axios.d.ts
- env.d.ts
- global.d.ts
- router.d.ts
- shims.d.ts
- theme.d.ts
- .cz-config.js
- .env
- .env.development
- .env.github
- .env.production
- .gitignore
- commitlint.config.js
- index.html
- LICENSE
- package.json
- pnpm-lock.yaml
- README.md
- README.zh-CN.md
- tsconfig.json
- uno.config.ts
- vercel.json
- vite.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/zclzone/qs-admin
Downloads the entire project code from GitHub to your computer.
cd qs-admin
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm i -g pnpm # Installed and can be ignored
Installs the package published on the npm registry globally — no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm i -g pnpm # Installed and can be ignored
Installs the package published on the npm registry globally — no need to clone the source.
pnpm i # or npm i
Type this command into your terminal and run it.
pnpm dev
Starts the development/run server.
pnpm build:test
Type this command into your terminal and run it.
pnpm build:github
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
