Coder Social home page Coder Social logo

maven-spring-webpack-scaffold's Introduction

Maven spring webpack scaffold

A scaffold with Maven, Spring and Webpack

refer to this repository for maven

This project includes:

  • Spring as backend resources
  • Webpack to translate ES2015 to JS and manage client resources link
  • jQuery as default vendor for example
  • Mocha, Chai, Sinon and Karma as client test environments

Profile

There are 2 profiles:

  • development used to build development client resource with NODE_ENV=development
  • production used to build production client resource with NODE_ENV=production

Launching

# watch
mvn frontend:install-node-and-npm@install-node-and-npm frontend:npm@npm-install frontend:npm@npm-watch

# server
mvn frontend:install-node-and-npm@install-node-and-npm frontend:npm@npm-install frontend:npm@npm-server

# build
mvn frontend:install-node-and-npm@install-node-and-npm frontend:npm@npm-install frontend:npm@npm-build

# production build
mvn frontend:install-node-and-npm@install-node-and-npm frontend:npm@npm-install frontend:npm@npm-prod-build -Pproduction

# test
mvn frontend:install-node-and-npm@install-node-and-npm frontend:npm@npm-install frontend:npm@npm-test

Configuration

Sprint and Maven

Spring and Maven configurations is done by the 'pom.xml' file at the project's root.

Client global states

Client global states configuration is done by the 'global.config.js' file at the project's root.

Vendors

The vendors configuration is done by the 'vendors.js' file at the client resources's js folder.

Webpack

Webpack configuration is done by the 'webpack.config.js' file at the project's root.

Client test

Client test configurations is done by the 'karma.conf.js' file at the project's root.

maven-spring-webpack-scaffold's People

Contributors

egaoneko avatar

Watchers

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