0.0.1 • Published 2 years ago

slotbox v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

demo

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Cannot read property ‘range’ of null

解决方案: 在项目根目录下,创建 .eslintrc.js 文件,添加如下规则:

module.exports = {
 rules : {
    "template-curly-spacing" : "off",
    indent : "off"
  }
}