Skip to content

epigeny/vue-obiba-search-result

Repository files navigation

vue-obiba-search-result

Installing tools

npm install -g @vue/cli 
npm install -g yarn # if you don't have it

Project setup

yarn install
vue create <component-name-folder>

See this projects package.json and vue.config.js for build rules and config. I chose a component library name all in CamelCase because in Mica components are only available thru this object: Vue.use(Vue.use(VueObibaSearchResult.VariablesResult, ...). CamelCase looks more like a namespace, hence this naming convention.

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build-lib

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •