Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🖖 A vue-cli 3.0 + typescript minimal admin template

License

NotificationsYou must be signed in to change notification settings

Armour/vue-typescript-admin-template

vueelement-uiCircleCIPRs WelcomeLicense: MITTemplate from jarvis

English |简体中文

Overview

vue-typescript-admin-template is a production-ready front-end solution for admin interfaces based onvue,typescript and UI Toolkitelement-ui. The original Javascript version codevue-element-admin was written byPanJiaChen, many thanks to him for the awesome open source project! :)

If you want to get started with a minimal template code instead of integration solution, you can take a look at theminimal branch.

Documentation

Docs

Live demo

Demo

Screenshots

dashboard

Related Projects

Armour/vue-typescript-admin-mock-server (mock server for this project)

Armour/vue-typescript-admin-docs (documentation source for this project)

Javascript version:

PanJiaChen/vue-admin-template (a vue2.0 minimal admin template)

PanJiaChen/vue-element-admin (full features supported vue admin)

PanJiaChen/electron-vue-admin (a vue electron admin project)

Features

- 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

Preparation

You need to installnode andgit locally. The project is based ontypescript,vue,vuex,vue-router,vue-cli ,axios andelement-ui, all request data is simulated usingfaker.js.Understanding and learning these knowledge in advance will greatly help you on using this project.

Project Structure

├── 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

Project setup

Withyarn ornpm

Install dependencies

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build:prod

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Generate all svg components

yarn run svg

Customize Vue configuration

SeeConfiguration Reference.

Browsers support

Modern browsers and Internet Explorer 10+.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edgelast 2 versionslast 2 versionslast 2 versions

Contributing

SeeCONTRIBUTING.md

License

MIT License

About

🖖 A vue-cli 3.0 + typescript minimal admin template

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors16


[8]ページ先頭

©2009-2025 Movatter.jp