Englisch | 简体中文
vue-typescript-admin-template ist eine produktionsbereite Front-End-Lösung für Admin-Schnittstellen basierend auf Vue, Typescript und UI Toolkit element-ui. Der ursprüngliche Javascript-Versionscode vue-element-admin wurde von PanJiaChen geschrieben, vielen Dank an ihn für das großartige Open-Source-Projekt! :) :)
Wenn Sie mit einem minimalen Vorlagencode anstelle einer Integrationslösung beginnen möchten, können Sie einen Blick auf den Minimalzweig werfen.
Dokumente
Demo
Armour/vue-typescript-admin-mock-server (Mock-Server für dieses Projekt)
Armour/vue-typescript-admin-docs (Dokumentationsquelle für dieses Projekt)
Javascript-Version:
PanJiaChen/vue-admin-template (eine minimale Admin-Vorlage für vue2.0)
PanJiaChen/vue-element-admin (vue admin unterstützt alle Funktionen)
PanJiaChen/electron-vue-admin (ein Vue-Electron-Admin-Projekt)
- Login / Logout
- Permission Authentication
- Page permission
- Directive permission
- Permission configuration page
- Two-step login
- Multi-environment build
- Dev / Stage / Prod
- Global Features
- I18n
- Dynamic themes
- Dynamic sidebar (supports multi-level routing)
- Dynamic breadcrumb
- Tags-view (supports right-click operation)
- Clipboard
- Svg icons
- Search
- Screenfull
- Settings
- Mock data / Mock server
- PWA support
- Components
- Editors
- Rich Text Editor
- Markdown Editor
- JSON Editor
- Avatar Upload
- Back To Top
- CountTo
- Dropzone
- Draggable Dialog
- Draggable Kanban
- Draggable List
- Draggable Select
- ECharts
- Mixin
- SplitPane
- Sticky
- Table
- Dynamic Table
- Draggable Table
- Inline Edit Table
- Complex Table
- Excel
- Export Excel
- Upload Excel
- Excel Visualization
- Zip
- Export zip
- PDF
- Download pdf
- Dashboard
- Guide Page
- Advanced Example Page
- Error Log
- Error Page
- 401
- 404
Sie müssen Node und Git lokal installieren. Das Projekt basiert auf Typescript, Vue, Vuex, Vue-Router, Vue-Cli, Axios und Element-UI, alle Anforderungsdaten werden mit faker.js simuliert. Das Verstehen und Erlernen dieser Kenntnisse im Voraus wird Ihnen bei der Nutzung dieses Projekts sehr helfen.
├── mock/ # mock server & mock data
├── public # public static assets (directly copied)
│ │── favicon.ico # favicon
│ │── manifest.json # PWA config file
│ └── index.html # index.html template
├── src # main source code
│ ├── api # api service
│ ├── assets # module assets like fonts, images (processed by webpack)
│ ├── components # global components
│ ├── directives # global directives
│ ├── filters # global filter
│ ├── icons # svg icons
│ ├── lang # i18n language
│ ├── layout # global layout
│ ├── pwa # PWA service worker related files
│ ├── router # router
│ ├── store # store
│ ├── styles # global css
│ ├── utils # global utils
│ ├── views # views
│ ├── App.vue # main app component
│ ├── main.ts # app entry file
│ ├── permission.ts # permission authentication
│ ├── settings.ts # setting file
│ └── shims.d.ts # type definition shims
├── tests/ # tests
├── .circleci/ # automated CI configuration
├── .browserslistrc # browserslist config file (to support Autoprefixer)
├── .editorconfig # editor code format consistency config
├── .env.xxx # env variable configuration
├── .eslintrc.js # eslint config
├── babel.config.js # babel config
├── jest.config.js # jest unit test config
├── package.json # package.json
├── postcss.config.js # postcss config
├── tsconfig.json # typescript config
└── vue.config.js # vue-cli config
Mit Garn oder NPM
yarn install
yarn run serve
yarn run build:prod
yarn run lint
yarn run test:unit
yarn run svg
Siehe Konfigurationsreferenz.
Moderne Browser und Internet Explorer 10+.
IE / Edge | Firefox | Chrom | Safari |
---|---|---|---|
IE10, IE11, Edge | letzten 2 Versionen | letzten 2 Versionen | letzten 2 Versionen |
Siehe CONTRIBUTING.md
MIT-Lizenz