tooling-vue

0.3.0 • Public • Published

tooling-vue

NPM version NPM downloads Build Status donate

Install

yarn add tooling tooling-vue --dev

Usage

yarn tooling build index.js --adapter vue

CSS preprocessors

You can use any CSS preprocessors, just install relevant loaders:

# for example: scss
yarn add node-sass sass-loader --dev

Then set lang in SFC:

<style lang="scss">
  body {
    font-size: 14px
  }
</style>

mount mode

Auto-create app instance from given component:

yarn tooling vue Component.vue

# or jsx component
yarn tooling vue Component.js --mount

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

tooling-vue © egoist, Released under the MIT License.
Authored and maintained by egoist with help from contributors (list).

egoistian.com · GitHub @egoist · Twitter @rem_rin_rin

Readme

Keywords

none

Package Sidebar

Install

npm i tooling-vue

Weekly Downloads

2

Version

0.3.0

License

MIT

Last publish

Collaborators

  • rem