8000 GitHub - wengliang086/sys-admin
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wengliang086/sys-admin

Repository files navigation

demo: https://taylorchen709.github.io/vue-admin/

To start

This is a project template for vue-cli

# install dependencies
npm install

# serve with hot reload at localhost:8081
npm run dev

# build for production with minification
npm run build

Folder structure

  • build - webpack config files
  • config - webpack config files
  • dist - build
  • src -your app
    • api
    • assets
    • common
    • components - your vue components
    • mock
    • styles
    • views - your pages
    • vuex
    • App.vue
    • main.js - main file
    • routes.js
  • static - static assets

Theme

You can change theme by

  1. Generate theme packages by https://elementui.github.io/theme-preview/#/
  2. Put theme packages in src/assets/theme/
  3. Edit src/main.js
   import 'element-ui/lib/theme-default/index.css'
   to
   import './assets/theme/your-theme/index.css'
  1. Edit src/styles/vars.scss

theme-blue theme-green

Browser support

Modern browsers and IE 10+.

License

MIT

Access

git 地址: https://github.com/taylorchen709/vue-admin 1.需要解决跨域的问题 Springboot 解决方式 参考:https://www.cnblogs.com/panxuejun/p/7272741.html 2.删除mock.js 实现服务端真实数据交互 /src/main.js 注释 13、14行 3.axios 实现http post、get请求 /src/api/api.js 4.idea 支持vue插件 plugin 搜索vue 下载安装vue.js 5.chrome支持vue插件。也可以安装。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0