0.3.2 • Published 3 years ago

plugincore-admin-frontend v0.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

plugincore-admin-frontend

English | 简体中文

PluginCore Admin For Frontend

Build Setup

# clone the project
git clone https://github.com/yiyungent/plugincore-admin-frontend.git

# enter the project directory
cd plugincore-admin-frontend

# 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

# build for cdn environment
npm run build:cdn

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

Browsers support

Modern browsers and Internet Explorer 10+.

IE / EdgeFirefoxChromeSafari
IE10, IE11, Edgelast 2 versionslast 2 versionslast 2 versions

License

MIT license.

Copyright (c) 2021-present yiyun