This is an example project for the following article: Distributed Vue.js Applications Part 1: Loading Components via HTTP
# Install dependencies.
npm install
# Start the distribution server.
node server/index.js
# Serve the client application with hot reload.
npm run serve
# Build the client application for production with minification.
npm run build
Markus Oberlehner
Website: https://markus.oberlehner.net
Twitter: https://twitter.com/MaOberlehner
PayPal.me: https://paypal.me/maoberlehner
Patreon: https://www.patreon.com/maoberlehner
MIT