Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 3.29 KB

README.md

File metadata and controls

45 lines (35 loc) · 3.29 KB

poc-vuejs-lift

Proof of concept for showing Webpack + VueJS 2 with Single Page Components, page routing ecosystem along with Scala Lift Framework as a REST API. WebPack Dev Server is enabled for local development, hot reloading and lintin. REST API calls are proxied in the Webpack Dev Server to make it work along Jetty SBT Lift Server

Front End Tech Stack

  • Yarn - FAST, RELIABLE, AND SECURE DEPENDENCY MANAGEMENT. -
  • Webpack 2 - MODULE BUNDLER -
  • VueJS 2 - THE PROGRESSIVE JAVASCRIPT FRAMEWORK -

Back End Tech Stack

Getting Started

  1. Be sure you have Yarn installed globally.
  2. Clone the repo
  3. Run sbt ~container:start in in the project root in order to start Rest API Server
  4. run yarn or yarn install in /src/main/webapp

Then if you want to start de WebPack Dev Server run yarn dev, otherwise if you want to build the bundle containing all the scripts and code necessary to run in a production like environment run yarn build

Docs and Resources

If going to use at production