Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 457 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 457 Bytes

Website code for https://produpedia.org

Build with Vue.js 2 and UVue for SSR support.

How to run

Follow instructions in .env.development, then run yarn ssr:prepare to transpile vue-app.coffee.

After that, you can use the common yarn scripts ssr:serve or ssr:build and ssr:start as usual. Non-ssr-versions should also work fine. Tests are currently not implemented.