FE for Bae.st
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
Roger Braun fc7e13e7bb
Add styling with base16.
8 years ago
build Add basic username completion. 8 years ago
config Use history routing. 8 years ago
src Add styling with base16. 8 years ago
static Add styling with base16. 8 years ago
test Make minVisibleId actually dependent on visible statuses. 8 years ago
.babelrc Basic skeleton 8 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 add artifacts 8 years ago
CONTRIBUTORS.md Update CONTRIBUTORS.md 8 years ago
LICENSE Add license 8 years ago
README.md Basic skeleton 8 years ago
index.html Add styling with base16. 8 years ago
package.json Add basic username completion. 8 years ago
yarn.lock Add basic username completion. 8 years ago

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.