/lnb-client

Vue based client for latenight.blue

Primary LanguageVue

lnb-client

| lnb-server | latenight.blue client | eleventhirty.am client |

This is the Vue.js based client-side application for latenight.blue.

Production setup

After building, place the contents of dist/ into the server themeDir directory, inside a directory that is the theme name. For example, assuming themeDir is set to /lnb-server/static/:

/lnb-server
    /static
        /latenight.blue
            - dist contents
        /eleventhirty.am
            - dist contents

Building

# install dependencies
npm install

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

# build for production with minification
npm run build

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

# run unit tests
npm run unit

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.