Skip to content

HaroldPetersInskipp/vue-uwu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-uwu.js - The Cutest JavaScript Framework

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.

Screenshots

screenshot-1

Table of Contents

Introduction

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.

Features

  • 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"!

Quick Start

To get started with Vue-uwu.js, follow these simple steps:

  1. Clone the repository:

    git clone https://github.com/HaroldPetersInskipp/vue-uwu.git
  2. Navigate to the project directory:

    cd vue-uwu
  3. Open index.html in your preferred web browser to see the framework in action.

Code Example

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>