0.1.9 • Published 5 years ago

datacite-footer v0.1.9

Weekly downloads
24
License
MIT
Repository
github
Last release
5 years ago

datacite-footer

npm version npm.io

Project setup

npm install

Demo

<meta charset="utf-8">
<title>datacite-footer demo</title>
<script src="https://unpkg.com/vue"></script>
<!-- <script src="./datacite-footer.js"></script> -->

<script src="https://cdn.jsdelivr.net/npm/datacite-footer@0.1.2/dist/datacite-footer.min.js"></script>
<datacite-footer></datacite-footer>

Distribute

vue build --target wc 'src/components/DataciteFooter.vue'
npm publish

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.