it9good / admin-admin-vue3-template

Admin seed for php seed, also a template to jumpstart your vue3 projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

admin-vue3-template

A Vue 3 + Vite template for multi-user and multi-role background permission management with front and back ends separated.

stars license

English | 简体中文

Front-end project with back-end project php-seed.

If you want to use this project but don't want to use the back-end project php-seed, use other languages to implement the same interface as the back-end project,Very simple!

Welcome friends to star and issues ~ thank you :)

Deploy

Dependency version

  • Node >= 16.13
  • Npm >= 8.5

Quick start

# clone project
git clone https://github.com/Zoctan/admin-vue3-template.git

# install dependencies
npm install

# modified src/router/index.js:
# not use a domain name (deployed locally and accessed with 127.0.0.1)
history: createWebHashHistory()
# use a domain name (deployed locally or on a server, bind a domain name)
history: createWebHistory()

# build and put the 'dist' folder in the 'WWW' directory
npm run build

File description

api: back-end API request
assets: static resources
directive: directives available in component instances
layout: page Layout
router: router
store: vuex store
utils: tool function
views: views

App.vue: main view
main.js: global entry

.env: environment configuration
.env.development: development environment configuration
.env.production: production environment configuration
.eslintrc.js: code specification
babel.config.js: code specification
index.html: static entry
vite.config.js: vite configuration

Preview

Login

Update Member Role

Member Manage-List

Member Manage-Add

Role Manage-List

Role Manage-Add

Role Manage-Update

Role Manage-Rule

Upload

Pair-List

Log-List

Documentation reference

IDE Recommendation

About

Admin seed for php seed, also a template to jumpstart your vue3 projects

License:Apache License 2.0


Languages

Language:Vue 66.1%Language:JavaScript 31.5%Language:SCSS 2.2%Language:HTML 0.2%Language:Shell 0.0%