Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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/
https://github.com/maoberlehner/distributed-vue-applications-loading-components-via-http
Last synced: 16 days ago
JSON representation
This is an example project for the following article: https://markus.oberlehner.net/blog/distributed-vue-applications-loading-components-via-http/
- Host: GitHub
- URL: https://github.com/maoberlehner/distributed-vue-applications-loading-components-via-http
- Owner: maoberlehner
- Created: 2019-04-07T05:14:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T16:00:01.000Z (over 5 years ago)
- Last Synced: 2024-10-11T15:45:54.699Z (about 1 month ago)
- Language: JavaScript
- Size: 135 KB
- Stars: 49
- Watchers: 7
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distributed Vue.js Applications Part 1: Loading Components via HTTP
[![Patreon](https://img.shields.io/badge/patreon-donate-blue.svg)](https://www.patreon.com/maoberlehner)
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://paypal.me/maoberlehner)This is an example project for the following article: [Distributed Vue.js Applications Part 1: Loading Components via HTTP](https://markus.oberlehner.net/blog/distributed-vue-applications-loading-components-via-http/)
## Build Setup
```bash
# 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