1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2024-12-23 00:53:45 +01:00
FE for Bae.st https://bae.st
Go to file
2016-10-27 18:01:33 +02:00
build
config Add proxied routes. 2016-10-27 18:01:33 +02:00
src . 2016-10-26 19:03:55 +02:00
static
test . 2016-10-26 19:03:55 +02:00
.babelrc
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
index.html . 2016-10-26 19:03:55 +02:00
package.json . 2016-10-26 19:03:55 +02:00
README.md
yarn.lock . 2016-10-26 19:03:55 +02:00

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.