Skip to content

Playing around with Webpack VueJS 2 for a Single Page app with a REST API in Scala Lift Framework

Notifications You must be signed in to change notification settings

juanjdlt/poc-vuejs-lift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Playing around with Webpack VueJS 2 for a Single Page app with a REST API in Scala Lift Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published