0.2.1 • Published 3 years ago

kreditoj v0.2.1

Weekly downloads
13
License
-
Repository
-
Last release
3 years ago

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

See Configuration Reference.

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>
0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago