Visit our homepage
Welcome to Vue-uwu.js, the kawaii JavaScript framework that combines the power of Vue.js with the cuteness of UwU culture! This framework is designed to make web development both adorable and efficient.
Vue-uwu.js is here to make your web apps kawaii~! With a charming syntax, ultra-cute components, and lightning-fast reactivity, this framework is perfect for developers who want to add a touch of cuteness to their projects.
- Adorable Syntax 🐱: Write your code in the cutest way possible with our UwU-inspired syntax!
- Kawaii Components 🎀: Create reusable, ultra-cute components to make your apps irresistible!
- OwO Reactivity 👀: Experience lightning-fast reactivity that'll make your app go "OwO"!
To get started with Vue-uwu.js, follow these simple steps:
-
Clone the repository:
git clone https://github.com/HaroldPetersInskipp/vue-uwu.git
-
Navigate to the project directory:
cd vue-uwu
-
Open
index.html
in your preferred web browser to see the framework in action.
Here's a sample component written in Vue-uwu.js:
<!-- HelloKawaii.uwu -->
<template>
<div class="kawaii-container">
<h1>{{ message }}</h1>
<button @click="nuzzle">Nuzzle me! <span class="sparkle">🐾</span></button>
</div>
</template>
<script>
expowt default {
data() {
wetuwn {
message: 'Hewlo Wowld! UwU'
}
},
methods: {
nuzzle() {
this.message = 'Nuzzle nuzzle~ OwO'
}
}
}
</script>
<style scoped>
.kawaii-container {
background-color: #FFC0CB;
border-radius: 15px;
padding: 20px;
text-align: center;
}
button {
background-color: #FF69B4;
border: none;
color: white;
padding: 10px 20px;
border-radius: 20px;
cursor: pointer;
}
</style>