This is a project template for [seal-cli]. It is recommended to use npm 3+ for a more efficient dependency tree.
$ seal init vue-webpack my-project
$ cd my-project
$ npm install
$ npm run dev
A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.
JavaScriptMIT