@canvue/canvue

``` npm install ```


License
MIT
Install
npm install @canvue/canvue@0.6.4

Documentation

canvue

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

注意事项

当浏览器出现如下警告时:

[Violation]Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952

可以选择如下插件解决:

npm i default-passive-events --save