1.0.3 • Published 5 years ago
test-ticket-vue v1.0.3
Vue.js Component Boilerplate (TypeScript)
This boilerplate uses vue-class-component and vue-property-decorator packages. They allow building Vue components using classes and decorators:
import { Vue, Component, Prop } from 'vue-property-decorator';
@Component
class MyVueComponent extends Vue {
// component props, methods and lifecycle methods
}Features
Storybookfor previewing and building the component -npm run storybookJestfor testing -npm testESLintfor linting -npm run lint
Build package
npm run distBuild will be placed to ./lib folder and ready to be published on npm registry