0.1.6 • Published 4 years ago

@stratech/vue-mobile v0.1.6

Weekly downloads
1
License
-
Repository
-
Last release
4 years ago

Ionic Vue Components

A collection of common components and helper functions used in mobile apps.

  • Component naming convernsion is camelCase starting with capital letter - MyComponent.vue
  • All form components must be in components folder
  • Components must have a name and prop definition(s)

After creating a component expose it by including it in index.js, example

import MyComponent from "./components/MyComponent.vue";

export {
  MyComponent
}

To use the component in your project, import { MyComponent } from "@stratech/vue-mobile"; and include it in the list of components for the page.

Storybook

For detailed look at all the components and component structure.

git pull
npm i
npm run dev

Linter

Room service

npm run lint

List of components