Modifications for jir.moe
ファイルへ移動
2017-01-17 20:55:53 +01:00
build
config
src Merge branch 'develop' into feature/hash-routed 2017-01-17 20:55:53 +01:00
static Add styleSwitcher. 2017-01-16 18:57:03 +01:00
test
.babelrc
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.gitlab-ci.yml add deploy task 2017-01-17 14:27:42 +01:00
CONTRIBUTORS.md
index.html Set the viewport for mobile devices. 2017-01-17 09:09:12 +01:00
LICENSE
package.json
README.md
yarn.lock

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.