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.
 
 
 
lambadalambda 5d08c0d3c9 Update COFE_OF_CONDUCT.md 7 years ago
build Add basic username completion. 7 years ago
config Use history routing. 7 years ago
src Add special case for mastodon user links. 7 years ago
static Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into develop 7 years ago
test Correctly calculate the newStatusesCount. 7 years ago
.babelrc Add lodash transformation to save a few kbs. 7 years ago
.editorconfig Basic skeleton 8 years ago
.eslintignore Basic skeleton 8 years ago
.eslintrc.js Basic skeleton 8 years ago
.gitignore Basic skeleton 8 years ago
.gitlab-ci.yml Don't cache node-modules. 7 years ago
.node-version Add .node-version 7 years ago
COFE_OF_CONDUCT.md Update COFE_OF_CONDUCT.md 7 years ago
CONTRIBUTORS.md Update CONTRIBUTORS.md 7 years ago
LICENSE Add license 7 years ago
README.md Update README.md 7 years ago
index.html Prevent FOUC. 7 years ago
package.json Add lodash transformation to save a few kbs. 7 years ago
yarn.lock Add lodash transformation to save a few kbs. 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

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