datacite-footer
v0.1.9
Published
[](https://badge.fury.io/js/datacite-footer) [](https://www.jsdelivr.com/package/npm/datacite-footer)
Readme
datacite-footer
Project setup
npm installDemo
<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/[email protected]/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 serveCompiles and minifies for production
npm run buildRun your tests
npm run testLints and fixes files
npm run lint