Code Monkey home page Code Monkey logo

echo-vue's Introduction

echo-vue

supports modularity and Vue Templete(.Vue ) and ES6 without Nodejs

后端模板(Freemarker/Volicity/JSP等)+ js(Jquery)UI开发方式已经为Java Web Coders 服务了二十年,老态龙钟,越来越跟不上时代前进的滚滚车轮。在前后端分离的滚滚大潮中,大部分中小作坊没有办法像鹅厂这些财主那般将木工和电工划得开,往往都一撸到底,木工电工都搞起,号称全战攻城狮(听说洋基都木工和电工一起搞的)。
放眼所见,前后端分离的前端部分,基本都是构建在Nodejs环境上,但大部分以后端为生为电工们又看不上,或者不乐意学习Nodejs,即使能驾驭nodejs,在编码时也需要在不同的IDE来回切换,多有不便。
此轮子既可以前后端一个工程,也可以独立。同一工程时,直接将轮子目录放到web resource目录即可。
如Spring boot web

spring.mvc.static-path-pattern: /static/**   

将轮子扔到static即可

独立时配置一个web服务器虚拟目录到轮子目录即可, 如tomcat 在conf/Catalina/localhost建个vue.xml 配置为

<Context docBase="/home/xxoo/github/echo-vue" reloadable="true"/>  

若是Nnginx 直接软连接到 html目录就好

ln -s /home/xxoo/github/echo-vue/ /home/xxoo/nginx/html/vue

至于requirejs的打包,请自行移步到度娘家一窥便知。

当然要使用Vue.js React这些新潮玩意,最好还用Nodejs来处理,其实也不难,几天时间就是可以掌握。

鸣谢
Require-vuejs
ES6

echo-vue's People

Contributors

liguiqing avatar

Watchers

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