Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 551 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 551 Bytes

gawa

A Vue.js I18n demo app created as a companion to a PhraseApp blog post.

Build Setup

# install dependencies
npm install
# or
yarn

# serve with hot reload at localhost:8080
npm run dev
# or
yarn dev

# build for production with minification
npm run build
# or
yarn build

# build for production and view the bundle analyzer report
npm run build --report

This project was bootstrapped with the Vue.js CLI.