Git Product home page Git Product logo

tablerocontrol's Introduction

vue-admin-template

English | 简体中文

A minimal vue admin template with Element UI & axios & iconfont & permission control & lint

Live demo: http://panjiachen.github.io/vue-admin-template

The current version is v4.0+ build on vue-cli. If you want to use the old version , you can switch branch to tag/3.11.0, it does not rely on vue-cli

Build Setup

# clone the project
git clone https://github.com/PanJiaChen/vue-admin-template.git

# enter the project directory
cd vue-admin-template

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:9528

Build

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# preview the release environment effect
npm run preview

# preview the release environment effect + static resource analysis
npm run preview -- --report

# code format check
npm run lint

# code format check and auto fix
npm run lint -- --fix

Refer to Documentation for more information

Demo

demo

Extra

If you want router permission && generate menu by user roles , you can use this branch permission-control

For typescript version, you can use vue-typescript-admin-template (Credits: @Armour)

Related Project

vue-element-admin

electron-vue-admin

vue-typescript-admin-template

Browsers support

Modern browsers and Internet Explorer 10+.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions

License

MIT license.

Copyright (c) 2017-present PanJiaChen

tablerocontrol's People

Contributors

mfernandezfunes avatar dependabot[bot] avatar renovate[bot] avatar

Watchers

James Cloos avatar  avatar

tablerocontrol's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository.

  • WARN: Base branch does not exist - skipping
  • WARN: Error updating branch

Errored

These updates encountered an error and will be retried. Click on a checkbox below to force a retry now.

  • Replace dependency babel-eslint with @babel/eslint-parser (master)
  • Update dependency eslint-plugin-vue to v5.2.3 (master)
  • Update dependency js-cookie to v2.2.1 (master)
  • Update dependency script-ext-html-webpack-plugin to v2.1.5 (master)
  • Update babel monorepo (master) (@babel/core, @babel/register)
  • Update dependency @vue/test-utils to v1.3.5 (master)
  • Update dependency axios to v0.27.2 (master)
  • Update dependency babel-eslint to v10.1.0 (master)
  • Update dependency connect to v3.7.0 (master)
  • Update dependency element-ui to v2.15.13 (master)
  • Update dependency eslint to v5.16.0 (master)
  • Update dependency mockjs to v1.1.0 (master)
  • Update dependency svg-sprite-loader to v4.3.0 (master)
  • Update dependency svgo to v1.3.2 (master)
  • Update dependency vue-router to v3.6.5 (master)
  • Update dependency vuex to v3.6.2 (master)
  • Update vue monorepo to v2.7.14 (master) (vue, vue-template-compiler)
  • Update vue-cli monorepo to v3.12.1 (master) (@vue/cli-plugin-babel, @vue/cli-plugin-unit-jest, @vue/cli-service)
  • Update dependency @vue/test-utils to v2 (master)
  • Update dependency autoprefixer to v10 (master)
  • Update dependency axios to v1 (master)
  • Update dependency babel-jest to v29 (master)
  • Update dependency chalk to v5 (master)
  • Update dependency echarts to v5 (master)
  • Update dependency eslint to v8 (master)
  • Update dependency eslint-plugin-vue to v9 (master)
  • Update dependency highcharts to v11 (master)
  • Update dependency html-webpack-plugin to v5 (master)
  • Update dependency js-cookie to v3 (master)
  • Update dependency node-sass to v8 (master)
  • Update dependency normalize.css to v8 (master)
  • Update dependency path-to-regexp to v6 (master)
  • Update dependency sass-loader to v13 (master)
  • Update dependency svg-sprite-loader to v6 (master)
  • Update dependency svgo to v3 (master)
  • Update dependency vue to v3 (master)
  • Update dependency vue-i18n to v9 (master)
  • Update dependency vue-numerals to v4 (master)
  • Update dependency vue-router to v4 (master)
  • Update dependency vuex to v4 (master)
  • Update vue-cli monorepo to v5 (master) (major) (@vue/cli-plugin-babel, @vue/cli-plugin-eslint, @vue/cli-plugin-unit-jest, @vue/cli-service)

Detected dependencies

npm
package.json
  • axios 0.18.1
  • echarts ^4.3.0
  • element-ui 2.12.0
  • highcharts ^7.2.0
  • highcharts-vue ^1.3.5
  • js-cookie 2.2.0
  • moment ^2.24.0
  • normalize.css 7.0.0
  • nprogress 0.2.0
  • numeral ^2.0.6
  • path-to-regexp 2.4.0
  • vue 2.6.10
  • vue-count-to ^1.0.13
  • vue-i18n ^8.14.1
  • vue-numerals ^3.0.4
  • vue-router 3.0.6
  • vuex 3.1.0
  • @babel/core 7.0.0
  • @babel/register 7.0.0
  • @vue/cli-plugin-babel 3.6.0
  • @vue/cli-plugin-eslint ^3.9.1
  • @vue/cli-plugin-unit-jest 3.6.3
  • @vue/cli-service 3.6.0
  • @vue/test-utils 1.0.0-beta.29
  • autoprefixer ^9.6.4
  • babel-core 7.0.0-bridge.0
  • babel-eslint 10.0.1
  • babel-jest 23.6.0
  • chalk 2.4.2
  • connect 3.6.6
  • eslint 5.15.3
  • eslint-plugin-vue 5.2.2
  • html-webpack-plugin 3.2.0
  • mockjs 1.0.1-beta3
  • node-sass ^4.9.0
  • runjs ^4.3.2
  • sass-loader ^7.1.0
  • script-ext-html-webpack-plugin 2.1.3
  • script-loader 0.7.2
  • serve-static ^1.13.2
  • svg-sprite-loader 4.1.3
  • svgo 1.2.2
  • vue-template-compiler 2.6.10
  • node >=8.9
  • npm >= 3.0.0

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.