No description
  • JavaScript 77.2%
  • Vue 13.5%
  • CSS 8.4%
  • HTML 0.9%
Find a file
2018-04-07 20:46:40 +02:00
build Basic skeleton. 2018-04-07 20:46:40 +02:00
config Basic skeleton. 2018-04-07 20:46:40 +02:00
src Basic skeleton. 2018-04-07 20:46:40 +02:00
static Basic skeleton. 2018-04-07 20:46:40 +02:00
test/unit Basic skeleton. 2018-04-07 20:46:40 +02:00
.babelrc Basic skeleton. 2018-04-07 20:46:40 +02:00
.editorconfig Basic skeleton. 2018-04-07 20:46:40 +02:00
.eslintignore Basic skeleton. 2018-04-07 20:46:40 +02:00
.eslintrc.js Basic skeleton. 2018-04-07 20:46:40 +02:00
.gitignore Basic skeleton. 2018-04-07 20:46:40 +02:00
.postcssrc.js Basic skeleton. 2018-04-07 20:46:40 +02:00
index.html Basic skeleton. 2018-04-07 20:46:40 +02:00
package.json Basic skeleton. 2018-04-07 20:46:40 +02:00
README.md Basic skeleton. 2018-04-07 20:46:40 +02:00
yarn.lock Basic skeleton. 2018-04-07 20:46:40 +02:00

pleroma-chat

A chat frontend for Pleroma

Build Setup

# 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.