rollup-plugin-uniroll-vue
v4.0.1-alpha.0
Published
Uniroll for Vue
Downloads
3
Readme
Uniroll Vue
Uniroll for Vue
:cd: Installation
# if you use Yarn, you can install with `yarn add uniroll-vue`
$ npm install --save uniroll-vue
:lollipop: Example
See the playground
directory.
You can play by running the following command:
$ yarn # install `uniroll-vue` deps
$ yarn build # build `uniroll-vue` package
$ cd playground
$ yarn install # install playground deps
$ yarn start # run the playground !
:warning: Limitations
At the moment, there are the following limitations for Vue:
- Vue SFC
script
block lang: javascript and typescript - Vue SFC
template
block lang: html only- Since preprocessor is disabled,
pug
and other template languages are not available
- Since preprocessor is disabled,
- Vue SFC
style
block lang: css only- Since preprocessor is disabled,
sass
,postcss
and other template languages are not available
- Since preprocessor is disabled,
:white_check_mark: TODOs
- [ ] template preprocessor supporting
- [ ] style preprocessor supporting
- [ ] documentation
- [ ] and more!