Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

square-web

jiangxiong150.1.0

A pc web UI component based on Vue.js

readme

square

A pc web UI component based on Vue.js

project structure

  • square

    • public

      • index.html
      • logo.ico
    • components

      • loading
        • index.vue
      • ......
    • src

      • view
        • module
          • page.vue
    • entry

      • index.js 主入口
      • route.js 前端路由
      • store.js 前端数据
      • root.vue 根文件