Skip to content

lonelydawn/counter

Repository files navigation

counter

Content

This is a simple example which shows how to start a vue project with vuex.

You can click button to add one on the counter.

Start

dependencies

After clone or download this project, you should install dependencies firstly.

 npm install
develop

You can execute

 npm start

to start webpack develop server, then you can debug it.

produce

If you want to release a production version, then execute

 npm run build

to compile and compress source code.

Then execute

 node app.js

to start a server which is established by node framework koa.

About

vue+ vuex demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published