2.6.1 • Published 5 years ago
uniroll-vue v2.6.1
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
scriptblock lang: javascript and typescript - Vue SFC
templateblock lang: html only- Since preprocessor is disabled,
pugand other template languages are not available
- Since preprocessor is disabled,
- Vue SFC
styleblock lang: css only- Since preprocessor is disabled,
sass,postcssand other template languages are not available
- Since preprocessor is disabled,
:white_check_mark: TODOs
- template preprocessor supporting
- style preprocessor supporting
- documentation
- and more!