vuse icon indicating copy to clipboard operation
vuse copied to clipboard

Project example

Open wesssel opened this issue 5 years ago • 4 comments

Hi Vuse team,

I really like your project but I think the docs are not that clear.

Your example project looks great. Is it possible to publish this code? This would be helpful to understand how to set up the project properly.

I am currently facing a problem while setting up Vuse in a Nuxt project:

// plugins/vuse.js
import Vue from 'vue'
import Builder from 'vuse'

Vue.use(Builder)

export default ({ app }) => {
  app.builder = new Builder({
    isEditing: true,
  })
}

Error: [Vue warn]: Unknown custom element: <b-builder> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

wesssel avatar Aug 16 '18 09:08 wesssel

You can find the full demo located in the demo directory. The docs currently are lacking in so many ways. This project is still a WIP and we haven't found the time to properly document its API since it is subject to change at any time.

I will try find time to properly document this project around next week and maybe publish a roadmap, thanks for taking interest in this project.

logaretm avatar Aug 17 '18 14:08 logaretm

I have the same exact problem as this.

betacar avatar Nov 09 '18 16:11 betacar

Can you add demo page to docs? I just want to see without installing

akiraz2 avatar Nov 15 '18 20:11 akiraz2

  • need workin example as in docs

alaevka avatar Nov 20 '18 11:11 alaevka