/vue-webpack

TodoList (vue+webpack)

Primary LanguageVue

TodoList

A Todo-List project(vue + webpack)

Usage

First, clone the repo.

$ git clone https://github.com/Zhouxingzu/vue-webpack.git

Install the dependencies.

$ npm install

There are two build environments for different packages.

  1. Development Environment:
$ npm run dev

Launch the server, visit http://localhost:3000/

  1. Production Environment:
$ npm run build