Modifications for jir.moe
ファイルへ移動
Roger Braun afd90b84d0 User card background css fix. 2017-01-16 17:46:22 +01:00
build
config
src User card background css fix. 2017-01-16 17:46:22 +01:00
static Dynamic style setting. 2017-01-16 17:44:26 +01:00
test Make minVisibleId actually dependent on visible statuses. 2017-01-01 18:10:25 +01:00
.babelrc
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.gitlab-ci.yml
CONTRIBUTORS.md
LICENSE
README.md
index.html Dynamic style setting. 2017-01-16 17:44:26 +01:00
package.json
yarn.lock

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.