Skip to content

yumewang/demo-vuex

Repository files navigation

demo-vuex

A Vue.js project

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

Learning vue

Reference

A really easy setup

You'll need git, nodejs and npm installed. Then you'll need to perform these steps.

git clone git@github.com:yumewang/demo-vuex.git
cd demo-vuex
npm install
npm run dev

if you want to create this from zero, you can do below first:

npm install -g vue-cli
vue init webpack demo-vuex

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published