@stratech/vue-mobile

0.1.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @stratech/vue-mobile

Weekly Downloads

1

Version

0.1.6

License

none

Unpacked Size

2.62 MB

Total Files

177

Last publish

Collaborators

  • stratech