You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Benjamin Bädorf bb94122551 update deps 4 years ago
build Updated cursor 5 years ago
config Fixed icon font 5 years ago
src More small CSS improvements 5 years ago
static Added static back in 5 years ago
test/unit Initial commit 5 years ago
.babelrc Initial commit 5 years ago
.drone.yml Trying to get proepr scp running 5 years ago
.editorconfig Initial commit 5 years ago
.eslintignore Initial commit 5 years ago
.eslintrc.js Lots of fixes 5 years ago
.gitignore Initial commit 5 years ago
.postcssrc.js Initial commit 5 years ago
README.md Updated cursor 5 years ago
index.html Added favicon and og-img 5 years ago
package-lock.json Update dependencies 5 years ago
package.json update deps 4 years ago

README.md

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.