# Install Vue CLI, use 'sudo' on MacOS
# see: https://github.com/vuejs/vue-cli
npm install -g vue-cli
# Create project
vue init webpack-simple project-name
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
Last active
March 28, 2018 06:39
-
-
Save urbansky/6defe7d32d03153fbd910e49fec21dd4 to your computer and use it in GitHub Desktop.
Vue JS - Overview
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment