Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

An opinionated project template for creating vue based frontends

Notifications You must be signed in to change notification settings

rti/vue2-webpack4-bulma-frontend

Repository files navigation

vue2-webpack4-bulma-frontend

An opinionated project template for creating vue based frontends

Based on

How to use

Install yarn

Install dependencies

yarn install

Start development mode

yarn run start-dev

Direct your browser to http://127.0.0.1:9000

Build production

yarn run build-prod
yarn run serve

Direct your browser to http://127.0.0.1:9000

TODO

  • Tests