0.1.3 • Published 6 years ago
dataset-schema-org-markup v0.1.3
Embed Schema.org Markup Web Component
TODO: Write a project description
Installation
<script src="https://unpkg.com/vue"></script>
<script src="https://cdn.jsdelivr.net/npm/dataset-schema-org-markup/dist/dataset-schema-org-markup.min.js"></script>Usage
<script src="https://unpkg.com/vue"></script>
<script src="https://cdn.jsdelivr.net/npm/dataset-schema-org-markup/dist/dataset-schema-org-markup.min.js"></script>
<body>
<dataset-schema-org-markup doi="10.7272/q6g15xs4"></dataset-schema-org-markup>
</body>Project setup
npm installCompiles 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 lintContributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
License
MIT