Includes vue rendering and axios GET requests that pull responses from an express-based REST Api. Mocha and chai included.
Run for Development
npm install
npm run dev
Build for Production
npm run build && npm run express
Run Tests
npm run mochatest