Skip to content

cavargas40/vue-cli

Repository files navigation

vue-cli

A Vue.js project

Build Setup

# install vue-cli
npm i -g @vue/cli

# install vue-cli-init
npm i -g @vue/cli-init

# check vue version
vue --version

# init vue project
vue init <template> (e.g. webpack-simple) <project-name> (e.g. vue-cli)

##Inside the project...

# install dependencies
npm i

# 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published