Changed project name
This commit is contained in:
parent
e42cc2a97e
commit
585a6ebfca
5 changed files with 12 additions and 9 deletions
|
|
@ -1,4 +1,6 @@
|
|||
# dexie-test
|
||||
# YDIOY
|
||||
|
||||
Your Data Is Only Yours
|
||||
|
||||
[](https://sonarcloud.io/summary/new_code?id=xliviux_dexie-test)
|
||||
[](https://sonarcloud.io/summary/new_code?id=xliviux_dexie-test)
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="shortcut icon" href="/favicon.png" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Dexie Test</title>
|
||||
<title>YDIOY</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Testing the easiest way to use IndexedDB. Dexie is a lightweight, minimalistic wrapper that provides a straightforward API for developers using IndexedDB."
|
||||
content="YDIOY - Testing the easiest way to use IndexedDB. Dexie is a lightweight, minimalistic wrapper that provides a straightforward API for developers using IndexedDB."
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "dexie-test",
|
||||
"version": "0.0.0",
|
||||
"name": "ydioy",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
sonar.projectKey=xliviux_dexie-test
|
||||
sonar.organization=xliviux
|
||||
sonar.projectName=dexie-test
|
||||
sonar.projectVersion=1.0
|
||||
sonar.projectName=YDIOY
|
||||
sonar.projectVersion=1.0.0
|
||||
sonar.sources=.
|
||||
sonar.sourceEncoding=UTF-8
|
||||
sonar.tests=tests
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<article>
|
||||
<h1 class="mb-8 text-primary">About YDIOY</h1>
|
||||
<h1 class="text-h2 text-primary">About YDIOY</h1>
|
||||
<div class="mb-8 text-subtitle-1">Your Data Is Only Yours</div>
|
||||
|
||||
<p class="mb-4 text-justify">
|
||||
Local data storage offers significant advantages over cloud-based solutions,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue