0.4.0 • Published 5 years ago

umi-plugin-vue v0.4.0

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

umi-plugin-vue

npm version build status npm downloads

Features

  • Powerful Vue SFC build ecosystem integration.

Install

yarn add umi-plugin-vue -D

Usage

// .umirc.js or config/config.js
module.exports = {
  plugins: ['umi-plugin-vue']
};

For more information of Umi plugin usage, please refer to Umi > Plugin Usage.

TODO

  • Hot-reload styles in Vue SFC.
  • Router generator.
  • Integrate with Vuex.
  • TypeScript support.

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

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

github.com/ulivz · GitHub @ULVIZ · Twitter @_ulivz

0.4.0

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

6 years ago

0.1.0

6 years ago