# draggable-block **Repository Path**: uphg/draggable-block ## Basic Information - **Project Name**: draggable-block - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-09 - **Last Updated**: 2021-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一个可拖拽的div 运行 ```shell script npx parcel index.html ``` 打包 ```shell script npx parcel build --public-url ./ index.html ``` 关于前端一生一定会遇到的报错 ```js Uncaught SyntaxError: Unexpected token ':' // 未捕获的语法错误: 意外的token(字符串) ':' ```