maoberlehner / distributed-vue-applications-loading-components-via-http

This is an example project for the following article: https://markus.oberlehner.net/blog/distributed-vue-applications-loading-components-via-http/
49 stars 14 forks source link

Distributed Vue.js Applications Part 1: Loading Components via HTTP

Patreon Donate

This is an example project for the following article: Distributed Vue.js Applications Part 1: Loading Components via HTTP

Build Setup

# 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

About

Author

Markus Oberlehner
Website: https://markus.oberlehner.net
Twitter: https://twitter.com/MaOberlehner
PayPal.me: https://paypal.me/maoberlehner
Patreon: https://www.patreon.com/maoberlehner

License

MIT