sum-mefunction
v1.0.2
Published
A Vue.js compute sum fun
Downloads
1
Readme
vue-plugins-project
A Vue.js project
Build Setup
# install dependencies
npm i sum-mefunction
# serve with hot reload at localhost:8080
import SumFunction from 'sum-mefunction'
# build for production with minification
Vue.use(SumFunction)
or
import SumFunction from 'sum-mefunction'
export default {
components: {
SumMeFunction
}
}
template:
<template>
<sum-me-function></sum-me-function>
</template>
For detailed explanation on how things work, consult the docs for vue-loader.