All Projects → dq-open-cloud → Quasar Sika Design

dq-open-cloud / Quasar Sika Design

Licence: mit
quasar-sika-design让世界没有难写的代码,Quasar Sika Design 是一个企业级中后台前端 / 设计解决方案,中后台管理模板,我们秉承 Ant Design 的设计价值观,致力于在设计规范和基础组件的基础上,继续向上构建,提炼出典型模板 / 业务组件 / 配套设计资源,进一步提升企业级中后台产品设计研发过程中的『用户』和『设计者』的体验。

Projects that are alternatives of or similar to Quasar Sika Design

Vue Quasar Admin
Vue 2.0 admin-dashboard based on Quasar-Framework
Stars: ✭ 516 (+454.84%)
Mutual labels:  quasar-framework, vue2, vue-admin
Vue2 Admin
😃 A magical vue admin template based on vue and element-ui
Stars: ✭ 185 (+98.92%)
Mutual labels:  vue2, vue-admin
quasar-hackernews
HackerNews clone built with Vue 2.0, vue-router & vuex & Quasar Framework, with server-side rendering
Stars: ✭ 25 (-73.12%)
Mutual labels:  vue2, quasar-framework
Quasar
Quasar Framework - Build high-performance VueJS user interfaces in record time
Stars: ✭ 20,090 (+21502.15%)
Mutual labels:  quasar-framework, vue2
Vue Framework Wz
👏vue后台管理框架👏
Stars: ✭ 3,757 (+3939.78%)
Mutual labels:  vue2, vue-admin
Vue Admin
基于Vue2、element ui、vue-cli、vuex、vue-router、axios 、echarts后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
Stars: ✭ 1,135 (+1120.43%)
Mutual labels:  vue2, vue-admin
element-ui-demo
A element-ui admin base on vue2
Stars: ✭ 18 (-80.65%)
Mutual labels:  vue2, vue-admin
D2 Admin Pm
基于 d2-admin的RBAC权限管理解决方案
Stars: ✭ 409 (+339.78%)
Mutual labels:  vue2, vue-admin
Quasar Awesome
🎉 A list of awesome things related to Quasar
Stars: ✭ 995 (+969.89%)
Mutual labels:  quasar-framework, vue2
Nly Adminlte Vue
vuejs2 AdminLte3 template more than 50 components and 10 directives.such as collapse ,sidebar,container,infobox,breadcrumb,card,grid,dropdown,toast,navbar,timeline,icon,progress
Stars: ✭ 44 (-52.69%)
Mutual labels:  vue2, vue-admin
Quasar Starter Kit
Quasar CLI Starter Kit
Stars: ✭ 92 (-1.08%)
Mutual labels:  quasar-framework, vue2
Translucent
Translucent plastic card theme.
Stars: ✭ 93 (+0%)
Mutual labels:  design
Febs Cloud
基于Spring Cloud Hoxton.RELEASE、Spring Cloud OAuth2 & Spring Cloud Alibaba & Element 微服务权限系统,开箱即用。预览地址:https://cloud.mrbird.cn
Stars: ✭ 1,295 (+1292.47%)
Mutual labels:  vue-admin
Vue2 Vue Router2 Webpack2
《从零搭建 vue2 vue-router2 webpack4 工程》《从零搭建 vue2 vue-router2 webpack3 工程》《搭建 vue2 vue-router2 webpack3 多入口工程》
Stars: ✭ 90 (-3.23%)
Mutual labels:  vue2
Gatsby Remark Design System
🎨 Create your design system with Gatsby in Markdown
Stars: ✭ 90 (-3.23%)
Mutual labels:  design
Assets
A collection of https://www.freeCodeCamp.org logos and other assets
Stars: ✭ 94 (+1.08%)
Mutual labels:  design
One Vue
仿韩寒「ONE · 一个」,基于vue2.0+混合式开发的一款跨终端、高性能、用户体验高的移动端App! 学习Vue的同学可以看下,感谢 Star 和 Fork!!
Stars: ✭ 93 (+0%)
Mutual labels:  vue2
Ant Design Pro Plus
✨ 基于 ant-design-pro 做一些微小的工作。
Stars: ✭ 88 (-5.38%)
Mutual labels:  design
Xcui
🍴 A Vue.js 2.x desktop components colletion
Stars: ✭ 88 (-5.38%)
Mutual labels:  vue2
Daynightswitch
a cute day night switch for android
Stars: ✭ 88 (-5.38%)
Mutual labels:  design

English | 简体中文

Quasar Sika Design

An out-of-box UI solution for enterprise applications as a Vue boilerplate. based on Quasar

License Release

Overview

基于 Quasar 实现的 Quasar Sika Design

PC端示例

dashboard


dashboard


dashboard


dashboard


dashboard


dashboard


dashboard


dashboard


dashboard

mobile端示例

dashboard


dashboard


dashboard


dashboard


dashboard


dashboard


dashboard


dashboard


dashboard


dashboard


dashboard

环境和依赖

  • node
  • yarn
  • webpack
  • eslint
  • @vue/cli ~3
  • Quasar - Quasar Of Vue 实现

请注意,我们强烈建议本项目使用 Yarn 包管理工具,这样可以与本项目演示站所加载完全相同的依赖版本 (yarn.lock) 。由于我们没有对依赖进行强制的版本控制,采用非 yarn 包管理进行引入时,可能由于 Pro 所依赖的库已经升级版本而引入了新版本所导致的问题。作者可能会由于时间问题无法及时排查而导致您采用本项目作为基项目而出现问题。

项目下载和运行

  • 拉取项目代码
git clone https://github.com/dq-open-cloud/quasar-sika-design.git
cd quasar-sika-design
  • 安装依赖
yarn install
  • 开发模式运行
quasar dev
  • 编译项目
quasar build
  • Lints and fixes files
yarn run lint

其他说明

  • 关于 Issue 反馈 (重要!重要!重要!) 请在开 Issue 前,先阅读该内容:Issue / PR 编写建议

  • 项目使用的 quasar-cli, 请确保你所使用的 quasar-cli 是新版,并且已经学习 cli 官方文档使用教程

  • 关闭 Eslint (不推荐) 移除 package.jsoneslintConfig 整个节点代码, vue.config.js 下的 lintOnSave 值改为 false

  • 用于生产环境,请使用 release 版本代码,使用 master 代码出现的任何问题需要你自行解决

浏览器兼容

  • Chrome for Android >= 87
  • Firefox for Android >= 83
  • Android >= 81
  • Chrome >= 77
  • Edge >= 84
  • Firefox >= 74
  • iOS >= 10.3
  • Opera >= 68
  • Safari >= 11
IE / EdgeIE / Edge FirefoxFirefox ChromeChrome SafariSafari OperaOpera
IE10, Edge last 2 versions last 2 versions last 2 versions last 2 versions

Contributors

This project exists thanks to all the people who contribute.

Customize the configuration

See Configuring quasar.conf.js.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].