Skip to content

Instantly share code, notes, and snippets.

@MickaelBergem
Created April 20, 2019 03:13
Show Gist options
  • Save MickaelBergem/3a807f6ad39a39d9d294093fdaa19755 to your computer and use it in GitHub Desktop.
Save MickaelBergem/3a807f6ad39a39d9d294093fdaa19755 to your computer and use it in GitHub Desktop.
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/
@aliBenhenia
Copy link

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment