diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-10-26 16:46:32 +0200 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-10-26 16:46:32 +0200 |
| commit | 191c02af1ebfc7e6c53dc88d97c4e3ca23fbea8b (patch) | |
| tree | b3a132f8eba6ee92d6ec2a581f0bf33e1852010b /README.md | |
Basic skeleton
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..117bd6ee --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# pleroma_fe + +> A Qvitter-style frontend for certain GS servers. + +## Build Setup + +``` bash +# 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). |
