The frontend code of the new website for the RedstoneServer. https://vv.ecconia.de
|
|
%!s(int64=7) %!d(string=hai) anos | |
|---|---|---|
| public | %!s(int64=7) %!d(string=hai) anos | |
| src | %!s(int64=7) %!d(string=hai) anos | |
| .gitignore | %!s(int64=7) %!d(string=hai) anos | |
| README.md | %!s(int64=7) %!d(string=hai) anos | |
| babel.config.js | %!s(int64=7) %!d(string=hai) anos | |
| package.json | %!s(int64=7) %!d(string=hai) anos |
This is a rewrite of the current website for the RedstoneServer.
This website uses the framework Vue with webpack. To look at the website, it has to be compiled.
# Install:
- nodejs v8.10.0+ (nodejs.org)
- npm 6.4.1+ (installed with nodejs)
# Get dependencies:
npm i
# Start testserver:
npm run serve
# Compile a final minified version:
npm run build