Coder Social home page Coder Social logo

kaes1a / heyui-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from heyui/heyui-admin

0.0 1.0 0.0 3.34 MB

Build with HeyUI, Vue.js 2.0.

Home Page: http://admin.heyui.top

License: MIT License

JavaScript 19.60% Shell 0.06% HTML 45.03% Vue 24.78% CSS 10.52%

heyui-admin's Introduction

HeyUI-Admin

vue element-ui license

简体中文 | English

Introduction

heyui-admin is a mature enterprise application solution. It based on vue and use the UI Toolkit heyui.

This is a mature front-end solution. You can use this project to complete all front-end development work.

Preparation

The project is based on:

Understanding and learning this knowledge in advance will greatly help the use of this project.

Features

- Js
  - common
    - package axios
    - all requests
    - common utils
  - js modal
  - config
    - router config
    - heyui config
    - dict config
    - menu config
  - vue
    - components
    - filters
    - directives
  - vuex
    - store

- FrameComponent
  - App
  - App Header
    - Messages
    - Global Search
  - App Menu
  - Login

- Components
  - Dashboard
  - Icons
  - Info
    - Basic Page
    - Detail Page
  - Form
    - Basic Form
    - Create Form
  - Table
    - Basic Table
    - Search Table
    - Detail Modal
  - Components
    - AddressPicker
    - Clipboard
    - Markdown
    - Rich Text Editor
    - Chart
  - Account Center
    - Account Setting
    - Security Setting
  - Logout

- Error Page
  - 403
  - 404
  - 500

Getting started

Recommend to use of scaffolding hey-cli.

# clone the project
git clone https://github.com/heyui/heyui-admin.git

# install dependency
npm install

# develop, you have installed hey-cli
hey dev

This will automatically open http://localhost:9012, or you can change the port in hey.conf.js file.

Develop

hey.conf.js,modify the reverse proxy address to the back end address of the real project.

devServer: {
  "proxy": {
    "/api": {
      //proxy address
      "target": "http://umock.ch-un.com"
    }
  },
  historyApiFallback: true
},

Build

We recommend that all environments use the same set of code, and refer to the documentation for specific solutions.

# build
hey build

Browser Support

Modern browsers and Internet Explorer 9+.

The system has been configured to install polyfill.

License

MIT

Copyright (c) 2018-present Lan (vvpvvp)

heyui-admin's People

Contributors

vvpvvp 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.