Giter Site home page Giter Site logo

saofeng-cyber / sf-admin Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 44.01 MB

vite+element-plus+pinia+ts 中后台管理系统

Home Page: https://saofeng-cyber.github.io/sf-admin/

JavaScript 0.64% Shell 0.32% TypeScript 26.83% HTML 0.28% Vue 68.41% CSS 3.11% SCSS 0.42%
element-plus pinia ts vite vue

sf-admin's Introduction

vite-project

sf-admin

完整的目录结构

├─.eslintrc-auto-import.json
├─.eslintrc.cjs
├─.npmrc
├─.prettierrc.cjs
├─index.html
├─package.json
├─pnpm-lock.yaml
├─postcss.config.js
├─README.md
├─tailwind.config.js
├─tsconfig.config.json
├─tsconfig.json
├─vite.config.ts
├─types
|   ├─auto-imports.d.ts
|   ├─component.d.ts
|   ├─env.d.ts
|   └global.d.ts
├─src
|  ├─App.vue
|  ├─main.ts
|  ├─views
|  |   ├─AboutView.vue
|  |   ├─Analysis.vue
|  |   ├─Editor.vue
|  |   ├─ElementPlus.vue
|  |   ├─Login.vue
|  |   ├─MarkDown.vue
|  |   ├─Print.vue
|  |   ├─VideoPlay.vue
|  |   ├─ViteDoc.vue
|  |   ├─VueDoc.vue
|  |   ├─VueMap.vue
|  |   └WorkBench.vue
|  ├─utils
|  |   ├─flexible.ts
|  |   ├─index.ts
|  |   ├─route.ts
|  |   ├─routeKey.ts
|  |   ├─themes
|  |   |   └dark.ts
|  ├─typings
|  |    ├─business.d.ts
|  |    ├─custom.d.ts
|  |    ├─route.d.ts
|  |    └routePage.d.ts
|  ├─styles
|  |   ├─index.scss
|  |   ├─themes
|  |   |   ├─dark.scss
|  |   |   └index.scss
|  |   ├─common
|  |   |   └index.scss
|  ├─stores
|  |   ├─Collapse.ts
|  |   ├─TagRouter.ts
|  |   └TokenStore.ts
|  ├─router
|  |   ├─index.ts
|  |   ├─modules
|  |   |    ├─about.ts
|  |   |    ├─dashboard.ts
|  |   |    ├─doc.ts
|  |   |    ├─module.ts
|  |   |    └plugins.ts
|  ├─requests
|  |    ├─request.ts
|  |    ├─types.ts
|  |    ├─api
|  |    |  ├─login.ts
|  |    |  └route.ts
|  ├─layout
|  |   ├─Menu.vue
|  |   ├─sider
|  |   |   └AsideBar.vue
|  |   ├─setting
|  |   |    └Setting.vue
|  |   ├─menu
|  |   |  └Menu.vue
|  |   ├─main
|  |   ├─header
|  |   |   └HeaderBar.vue
|  ├─i18n
|  |  ├─index.ts
|  |  ├─locales
|  |  |    ├─en.ts
|  |  |    └zhCn.ts
|  ├─enum
|  |  └business.ts
|  ├─composables
|  |      └echarts.ts
|  ├─components
|  |     ├─BetterScroll.vue
|  |     ├─HeaderRight.vue
|  |     ├─Iconify.vue
|  |     ├─MenuItem.vue
|  |     ├─MenuTabs.vue
|  |     ├─SvgIcon.vue
|  |     ├─WebIframe.vue
|  |     ├─search
|  |     |   └Search.vue
|  |     ├─notice
|  |     |   └Notice.vue
|  |     ├─echarts
|  |     |    ├─LineChart.vue
|  |     |    └PieChart.vue
|  ├─assets
|  |   ├─base.css
|  |   ├─logo.svg
|  |   ├─main.css
|  |   ├─scrollbar.css
|  |   ├─images
|  |   |   ├─001935-1615911575642b.jpg
|  |   |   ├─bg.svg
|  |   |   ├─login.svg
|  |   |   ├─loginNew.svg
|  |   |   └logo.63028018.png
|  |   ├─font
|  |   |  ├─iconfont.css
|  |   |  └iconfont.ttf
├─public
|   └favicon.ico
├─mock
|  ├─mockProdServer.ts
|  ├─source
|  |   ├─model
|  |   |   └route.ts
|  |   ├─api
|  |   |  ├─login.ts
|  |   |  └route.ts
├─config
|   ├─dev.ts
|   ├─pro.ts
|   ├─env
|   |  ├─.env.development
|   |  └.env.production
├─.vscode
|    ├─extensions.json
|    └settings.json
├─.husky
|   ├─pre-commit
|   ├─_
|   | └husky.sh

sf-admin's People

Contributors

saofeng-cyber avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.