vuejs / ui

💻 UI components for official Vue organization apps
https://vuejs.github.io/ui/
1.33k stars 91 forks source link

How direct link this ui #4

Closed Clear2 closed 6 years ago

Clear2 commented 6 years ago

Here is my code, I want linked in browser, that seems does't compile the ui

    <link rel="stylesheet" href="../dist/vue-ui.css">

  <body>
    <div id="app">
      <vue-button>Test</vue-button>
    </div>
    <!-- built files will be auto injected -->
    <script src="https://cdn.bootcss.com/vue/2.5.16/vue.min.js"></script>
    <script src="../dist/vue-ui.min.js"></script>
  </body>