0.3.0 • Published 7 years ago

tooling-vue v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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