Skip to content

Instantly share code, notes, and snippets.

View igudy's full-sized avatar
🏠
Working from home

igudy igudy

🏠
Working from home
View GitHub Profile
@MickaelBergem
MickaelBergem / install-vuejs-doc.sh
Created April 20, 2019 03:13
Download and build the Vue.JS documentation for offline access
# Clone the repository
git clone https://github.com/vuejs/vuejs.org.git
cd vuejs.org
# Install the JS dependencies
yarn
# Start the server
yarn start
# The server should now be running on http://localhost:4000/