Skip to content

teutat3s/etam-client

 
 

Repository files navigation

lnb-client

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

This is the Vue.js based client-side application for eleventhirty.am.

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.

About

Vue based client for eleventhirty.am

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 44.5%
  • CSS 27.7%
  • JavaScript 26.9%
  • HTML 0.9%