Giter Site home page Giter Site logo

looknd / vue-castle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kevinmint55/vue-castle

0.0 1.0 0.0 1.87 MB

以vue-willtable为核心编辑组件,开发的实时共享表格编辑系统

Home Page: https://castle.willwuwei.com/

License: GNU General Public License v2.0

JavaScript 16.24% Vue 32.90% CSS 7.58% HTML 43.27%

vue-castle's Introduction

前言

在闲余时间自己折腾了一个 可编辑的表格组件,于是基于编辑组件又开发了该实时共享编辑表格系统。

Demo

后台项目地址

部分截图

团队与项目列表

image

表格与视图列表以及编辑表格

image

技术栈

Vue2 + Vuex + Vue-router + Webpack + axios + less + flex + socket.io

开发指南

# install dependencies
npm install / yarn

# serve with hot reload at localhost:2003
npm run dev / yarn dev

# build for production with minification
npm run build / yarn build

项目目录结构

  castle                             # 项目名称
  │
  ├── dist                           # 生成的打包文件
  │
  ├── projectConfig
  │   └── index.js                   # 项目配置文件
  │
  ├── node_modules                   # 编译依赖的模块
  │
  ├── scripts                        # 编译打包构建文件
  │
  ├── src                            # 源码目录
  │  ├── assets                      # 资源目录
  │  ├── core                        # 核心文件目录
  |  |  ├── apis                     # api列表
  |  |  ├── directives               # 自定义指令
  |  |  ├── ajax.js                  # 请求拦截器与请求方法
  |  |  ├── element.js               # 按需引用element UI组件
  |  |  ├── index.js                 # 统一输出引用
  |  |  └── utils.js                 # 通用工具方法
  │  ├── static                      # 静态文件
  │  ├── router                      # 路由目录
  │  ├── store                       # 状态管理目录
  │  ├── style                       # 样式目录
  │  ├── views                       # 页面目录
  │  ├── App.vue                     # 挂载实例
  │  ├── favicon.ico                 # 页面icon图标  
  │  ├── index.html                  # 页面HTML文件
  │  └── main.js                     # 入口文件
  │
  ├── .gitignore                     # git文件忽略
  ├── .gitlab-ci.yml                 # gitlab ci配置文件
  ├── package.json                   # 项目依赖配置
  └── READMEAD.md                    # 开发说明

vue-castle's People

Contributors

kevinmint55 avatar

Watchers

James Cloos 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.