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.
- Development Environment:
$ npm run dev
Launch the server, visit http://localhost:3000/
- Production Environment:
$ npm run build