Pleroma frontend
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.
 
 
 
Go to file
Shpuld Shpuldson bf61592b56
Round the edge of the user profile user card, make sure 'follows you' stays in the right, fix avatar class conflict.
7 years ago
build Fix localforage warning. 8 years ago
config Use history routing. 8 years ago
src Round the edge of the user profile user card, make sure 'follows you' stays in the right, fix avatar class conflict. 7 years ago
static Add logout button. 7 years ago
test update branch and fix merge conflicts 7 years ago
.babelrc Add lodash transformation to save a few kbs. 8 years ago
.editorconfig Basic skeleton 8 years ago
.eslintignore Basic skeleton 8 years ago
.eslintrc.js Basic skeleton 8 years ago
.gitignore issue #1 - better nsfw image loading 8 years ago
.gitlab-ci.yml Add linter. 8 years ago
.node-version Add .node-version 8 years ago
CHANGELOG Add changelog 8 years ago
COFE_OF_CONDUCT.md Update COFE_OF_CONDUCT.md 8 years ago
CONTRIBUTORS.md Update CONTRIBUTORS.md 8 years ago
LICENSE Add license 8 years ago
README.md Updated README.md screenshot. 8 years ago
index.html Add lang="en" to html to potentially fix font fall-back issues on some language/font setups. 8 years ago
package.json Add fetch polyfill. 7 years ago
yarn.lock Add fetch polyfill. 7 years ago

README.md

pleroma_fe

A Qvitter-style frontend for certain GS servers.

screenshot

FOR ADMINS

You don't need to build Pleroma yourself. Check out https://gitgud.io/lambadalambda/pleroma-fe/wikis/dual-boot-with-qvitter to see how to run Pleroma and Qvitter at the same time.

Build Setup

# install dependencies
npm install -g yarn
yarn

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