Skip to content

willfaang/vue-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Vue.js Projects

A folder of various projects built with Vue.js.

Development Setup

  • To install Vue.js CLI to your machine globally run npm install --global vue-cli.
  • To create a new project using Webpack run vue init webpack project-name.
  • cd into project directory.
  • npm install

Development Server

All accompanying projects were created with the Vue.js CLI (Command Line Interface). To run the local web server for a CLI project run npm run dev. It will automatically launch your app at localhost:8080.

Build For Production

To minify your project for production run npm run build

About

Projects created using Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published