Skip to content

Instantly share code, notes, and snippets.

@JeOam
Last active March 24, 2017 05:44
Show Gist options
  • Save JeOam/8288fb0e7cb89cbd7fe2ef0236ae6902 to your computer and use it in GitHub Desktop.
Save JeOam/8288fb0e7cb89cbd7fe2ef0236ae6902 to your computer and use it in GitHub Desktop.
部署 Nuxt.js 到 Ubuntu 14.04
  1. 安装 Node.js
sudo apt-get update
# For the most recent LTS (the 6.x branch)
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -  
sudo apt-get install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment