git 테스트

sbkwgh 3c6f393733 Add if-clause so that admin settings link only shows for admin user 8 years ago
build 15bb24dba9 Initial commit 8 years ago
config 6f67c4c824 Add socket.io client library, add proxy for socket.io 8 years ago
src 3c6f393733 Add if-clause so that admin settings link only shows for admin user 8 years ago
static 15bb24dba9 Initial commit 8 years ago
.babelrc 15bb24dba9 Initial commit 8 years ago
.editorconfig 15bb24dba9 Initial commit 8 years ago
.gitignore 15bb24dba9 Initial commit 8 years ago
README.md 15bb24dba9 Initial commit 8 years ago
index.html dddfb216de Remove hard-coded title 8 years ago
npm-debug.log.214648163 cfdd08088c Load categories and settings from backend 8 years ago
npm-debug.log.3253115006 da0b291bfb Use fade in out effect 8 years ago
npm-debug.log.3981068569 12f90354b5 Move username cookie commit from App.vue to main.js 8 years ago
package.json e44e7cf452 Add page-views component 8 years ago

README.md

frontend

Frontend for forum

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

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