kreditoj
v0.2.1
Published
## Project setup ``` yarn install ```
Downloads
5
Readme
kreditoj
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Run your unit tests
yarn test:unit
Lints and fixes files
yarn lint
Customize configuration
Simple usage with credits.html
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/Kreditoj.css" />
<title>Credits | Powered by Kreditoj</title>
</head>
<body>
<div id="app"></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.global.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/Kreditoj.umd.min.js"></script>
<script>
window.Vue.createApp(window.Kreditoj).mount('#app');
</script>
</body>