Git Product home page Git Product logo

vue-event-dove's Introduction

eventdove V2.0 fontEnd

nodejs+ express + vue +webpack + Semantic UI + jQuery

how to start

clone code

npm install 安装依赖

npm run dev 进入开发模式

npm run build 打包发布文件

default port 8889

view localhost:8889

#host 127.0.0.1 qa.www.eventdove.com

others

remove vue-resource user jQuery (volksbright/document-standard-vue#186) jQuery has much Plugins for us to agile development

nginx 配置

安装nginx 或进入docker里的nginx ngc config

    server{
        listen       80;
        server_name  dev.www.eventdove.com;
        allow all;
        location / {
                proxy_pass http://127.0.0.1:8889;
        }
        location /api {
            proxy_pass http://qa.www.eventdove.com;
        }
    }

报名表单收集项 v2.0 需要实现的功能:

单选 多选 下拉 输入框 ---- 日期 附件 姓名 (默认) 邮件 (默认) 手机 城市 (省市) 地址

文件上传七牛

token获取地址

/uptoken

返回:

{"uptoken":"o-JFl4T8wh525DaNX8zaPtZ6Cpc-EKpJBnUI0JpF:pvecQV66p7mZaB8uJX7ocjzSUTw=:eyJzY29wZSI6ImV2ZW50ZG92ZSIsImRlYWRsaW5lIjoxNDk2MjE0OTY1fQ=="}

上传地址: http://upload.qiniu.com

demo

backEnd api22

http://qa.www.eventdove.com/apidoc/

vue-event-dove's People

Watchers

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