Code Monkey home page Code Monkey logo

valdo8 / vuecmf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vuecmf/vuecmf

0.0 0.0 0.0 387 KB

VueCMF是一款完全开源免费的内容管理快速开发框架。采用前后端分离模式搭建,2.0+版本前端使用vue3、Element Plus和TypeScript构建,后端API基于ThinkPHP6开发。可用于快速开发CMS、CRM、WMS、OMS、ERP等管理系统,开发简单、高效易用,极大减少系统的开发周期和研发成本!甚至不用写一行代码使用VueCMF就能设计出功能强大的后台管理系统。

Home Page: http://www.vuecmf.com

License: MIT License

JavaScript 4.24% TypeScript 71.97% HTML 0.46% Vue 23.24% SCSS 0.08%

vuecmf's Introduction

vuecmf

VueCMF内容管理快速开发框架v2(前端)

项目介绍

VueCMF是一款完全开源免费的内容管理快速开发框架。采用前后端分离模式构建,2.0+版本前端使用vue3、Element Plus和TypeScript构建,后端API基于ThinkPHP6开发。可用于快速开发CMS、CRM、WMS、OMS、ERP等管理系统,开发简单、高效易用,极大减少系统的开发周期和研发成本!甚至不用写一行代码使用VueCMF就能设计出功能强大的后台管理系统。

示例演示

开始使用

安装运行环境

第一步:安装nodejs (已安装过的则跳过此步骤)

npm install -g yarn

第二步:安装Vue CLI 3 (已安装过的则跳过此步骤)

yarn global add @vue/cli

使用vuecmf模板创建项目

vue create --preset vuecmf/vuecmf my-project

my-project为你创建的项目名称,可自定义

运行项目

# 如果是开发调试,则在命令行输入下面回车
yarn dev

# 如果是发布到测试环境运行,则在命令行输入下面回车
yarn build:test

# 如果是发布生产环境运行,则在命令行输入下面回车
yarn build

vuecmf's People

Contributors

vuecmf 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.