ElemeFE / vue-toast-mobile

A mobile toast plugin for vue.js
144 stars 55 forks source link

There`s no dependencies in package.json #10

Closed Heboy closed 8 years ago

Heboy commented 8 years ago

I download the source but can`t build it,could you add dependencies to package.json?

Leopoldthecoder commented 8 years ago

The whole thing is built with cooking. Cooking is a building tool based on webpack, so to build vue-toast-mobile, first you need to install cooking globally:

$ npm install cooking -g

Then build it:

$ cooking build -p

Or watch it:

$ cooking watch -c cooking.conf.js,cooking.example.conf.js

Actually omitting dependencies is one of the beauties cooking brings. Try it, and you'll love it! ❤️