0.2.1 • Published 5 years ago
kreditoj v0.2.1
kreditoj
Project setup
yarn installCompiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildRun your unit tests
yarn test:unitLints and fixes files
yarn lintCustomize configuration
Simple usage with credits.html
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/kreditoj@0.1.0/dist/Kreditoj.css" />
<title>Credits | Powered by Kreditoj</title>
</head>
<body>
<div id="app"></div>
<script src="https://cdn.jsdelivr.net/npm/vue@3.0.5/dist/vue.global.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/kreditoj@0.1.0/dist/Kreditoj.umd.min.js"></script>
<script>
window.Vue.createApp(window.Kreditoj).mount('#app');
</script>
</body>