Skip to content

encima/powercoders-vue

Repository files navigation

powerpresenters

Interactive presentation to introduce and test the Vue (2) front end framework.

This repository: github.com/encima/powercoders-vue

Presentation: gitpitch.com/encima/powercoders-vue

To Run Your Own Vue.JS Project

# Install the vue-cli
npm install -g vue-cli

# Create a directory for your site
mkdir powercoders

# Enter the dir
cd powercoders

# Initialise the project
vue-cli init webpack-simple .
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

About

04112019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published