gorkys / gorkys.github.io

博客地址
https://tingtas.com/
1 stars 0 forks source link

基于vue的网页标尺辅助线工具(vue-ruler-tool) | Tingtas #23

Open gorkys opened 5 years ago

gorkys commented 5 years ago

http://tingtas.com/posts/df3af9cf/

基于vue的网页标尺辅助线工具(vue-ruler-tool)

loosenRogers commented 5 years ago

github上整个项目拉下来安装,启动后,显示为空白

loosenRogers commented 5 years ago

动效蛮不错的 忍不住有写了一条

gorkys commented 5 years ago

@loosenRogers 需要在webpack.config.js中把入口改一下。

entry: './src/main.js', // 本地使用
/* entry: './src/index.js', // 打包使用*/