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.
|
4 years ago | |
---|---|---|
build | 5 years ago | |
config | 5 years ago | |
src | 5 years ago | |
static | 5 years ago | |
test/unit | 5 years ago | |
.babelrc | 5 years ago | |
.drone.yml | 5 years ago | |
.editorconfig | 5 years ago | |
.eslintignore | 5 years ago | |
.eslintrc.js | 5 years ago | |
.gitignore | 5 years ago | |
.postcssrc.js | 5 years ago | |
README.md | 5 years ago | |
index.html | 5 years ago | |
package-lock.json | 5 years ago | |
package.json | 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.