Giter Site home page Giter Site logo

fuwoqucesuo / rouyi-cloud-vue3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cll123456/rouyi-cloud-vue3

0.0 0.0 0.0 3.83 MB

后台使用若依的cloud搭建前台的后台管理系统,前台使用vue3 + scss 来进行开发,为了方便使用,不使用ts,ts版本后续更新

Home Page: http://ruoyi-doc.chenliangliang.top/

HTML 6.37% Vue 74.07% JavaScript 15.68% SCSS 3.87%

rouyi-cloud-vue3's Introduction

Readme Card

VUE3 JS 后台管理系统

本项目是基于Vue3.2.20+ element-plus等前端和若依的后端开发的一套后台管理系统,目标是开箱即用、提供丰富的组件。目前已经上了项目的1.0 版本。项目演示地址:http://ruoyi.chenliangliang.top/

使用方式

请查看该项目的文档: http://ruoyi-doc.chenliangliang.top/

目前状况

当前分支只提供最简单权限管理系统管理等,方便需要的同学去使用。后面会单独开发有用的组件库,方便大家去使用,欢迎大家star

代码风格

<script setup>
import { ref } from 'vue';
const url = ref('xxxx');

/**
 * 跳转到gitUp页面
 */
const goto = () => {
  window.open(url.value)
}
</script>
<template>
  <div>
    <svg-icon icon-class="question" @click="goto" />
  </div>
</template>

<style lang='scss' scoped>
</style>

实现效果

效果1效果2效果3效果4

rouyi-cloud-vue3's People

Contributors

cll123456 avatar dearwq 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.