Fork of pleroma-fe for akkoma; changes a whole bunch and we probably need a proper new name for it
Go to file
Roger Braun 191c02af1e Basic skeleton 2016-10-26 16:46:32 +02:00
build Basic skeleton 2016-10-26 16:46:32 +02:00
config Basic skeleton 2016-10-26 16:46:32 +02:00
src Basic skeleton 2016-10-26 16:46:32 +02:00
static Basic skeleton 2016-10-26 16:46:32 +02:00
test Basic skeleton 2016-10-26 16:46:32 +02:00
.babelrc Basic skeleton 2016-10-26 16:46:32 +02:00
.editorconfig Basic skeleton 2016-10-26 16:46:32 +02:00
.eslintignore Basic skeleton 2016-10-26 16:46:32 +02:00
.eslintrc.js Basic skeleton 2016-10-26 16:46:32 +02:00
.gitignore Basic skeleton 2016-10-26 16:46:32 +02:00
README.md Basic skeleton 2016-10-26 16:46:32 +02:00
index.html Basic skeleton 2016-10-26 16:46:32 +02:00
package.json Basic skeleton 2016-10-26 16:46:32 +02:00
yarn.lock Basic skeleton 2016-10-26 16:46:32 +02:00

README.md

pleroma_fe

A Qvitter-style frontend for certain GS servers.

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

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