mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2026-02-03 21:13:58 +01:00
🎨 style(new!): add new ui vue.js
Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
15
public/README.md
Normal file
15
public/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# `public/` Directory
|
||||
|
||||
The `public/` directory is used as a public server for static assets publicly available at a defined URL of your application.
|
||||
|
||||
You can get a file in the `public/` directory from your application's code or from a browser by the root URL `/`.
|
||||
|
||||
## Example
|
||||
|
||||
For example, referencing an image file in the public/img/ directory, available at the static URL `/img/nuxt.png`:
|
||||
|
||||
````html
|
||||
<template>
|
||||
<img src="/img/nuxt.png" alt="Discover Nuxt 3" />
|
||||
</template>
|
||||
````
|
||||
Reference in New Issue
Block a user