rubberguppe/web
2019-10-13 19:25:07 -05:00
..
public styling and WIP homepage 2019-10-13 19:25:07 -05:00
src styling and WIP homepage 2019-10-13 19:25:07 -05:00
tests/unit vue scaffold 2019-10-02 20:54:16 -05:00
.editorconfig vue scaffold 2019-10-02 20:54:16 -05:00
.gitignore vue scaffold 2019-10-02 20:54:16 -05:00
babel.config.js vue scaffold 2019-10-02 20:54:16 -05:00
package-lock.json replace nunjucks profile rendering with vue, start listing of recent posts on profiel page, support full IRI object ids in object GET route so that remote origin objects can be fetched from local cache for display in Vue pages 2019-10-12 13:30:33 -05:00
package.json replace nunjucks profile rendering with vue, start listing of recent posts on profiel page, support full IRI object ids in object GET route so that remote origin objects can be fetched from local cache for display in Vue pages 2019-10-12 13:30:33 -05:00
README.md vue scaffold 2019-10-02 20:54:16 -05:00
vue.config.js add vue router and connect via history fallback middleware 2019-10-03 21:47:44 -05:00

web

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.