-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d8d7f6
commit 535b75f
Showing
7 changed files
with
154 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
--- | ||
title: Home | ||
navigation: false | ||
layout: page | ||
main: | ||
fluid: false | ||
--- | ||
|
||
<style> | ||
body { | ||
font-family: 'Poppins', sans-serif; | ||
} | ||
</style> | ||
|
||
:ellipsis{right=0px width=75% blur=150px} | ||
|
||
::block-hero | ||
--- | ||
cta: | ||
- Get started | ||
- /introduction/getting-started | ||
secondary: | ||
- Open on GitHub → | ||
- https://github.com/Abhishek-Mallick/universal-box | ||
--- | ||
|
||
#title | ||
The best place to find starter Templates and projects. | ||
|
||
#description | ||
Get your desired template & save hours with full customization from [universal-box](https://universal-box.co/introduction/getting-started). | ||
|
||
#extra | ||
::list | ||
- 50+ Project templates for free | ||
- Easy and fast Installation | ||
- `README` with proper documentation | ||
- Fully customizable | ||
- Industry Standard followed | ||
- Dependencies are upto date | ||
- Templates are Updated every week | ||
:: | ||
|
||
#support | ||
::terminal | ||
--- | ||
content: | ||
- npm i -g universal-box | ||
- universal-box init | ||
- cd <project-name> | ||
- See the installation guide from README.md | ||
- ✨ It's on your localhost | ||
--- | ||
:: | ||
|
||
::div | ||
:video-player{src="https://www.youtube.com/watch?v=o9e12WbKrd8"} | ||
:: | ||
:: | ||
|
||
::card-grid | ||
#title | ||
What's included | ||
|
||
#root | ||
:ellipsis{left=0px width=40rem top=10rem blur=140px} | ||
|
||
#default | ||
|
||
::card{icon=IconNuxtStudio} | ||
#title | ||
Prebuilt templates and Projects. | ||
#description | ||
Explore the [Docs](https://universal-box.co) with 50+ project templates, select and download in 2 commands in your local machine for free. | ||
:: | ||
|
||
::card{icon=noto:puzzle-piece} | ||
#title | ||
customizable. | ||
#description | ||
Work on top of pre-built templates and customize them accordingly to fulfil your own buisness case. | ||
:: | ||
|
||
::card{icon=noto:rocket} | ||
#title | ||
Deploy project with CLI. | ||
#description | ||
comming soon ... | ||
:: | ||
:: |
21 changes: 21 additions & 0 deletions
21
website/content/Templates/FullStack/1.Vite(Frontend) + Express(Backend).md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Vite(Frontend) + Express(Backend) | ||
|
||
Docus is a Nuxt theme that provides a ready-to-use documentation website, if you are familiar with Nuxt, you will feel right at home. | ||
|
||
## Directory Structure | ||
|
||
This is the minimal directory structure to get an up and running Docus website. | ||
|
||
```bash | ||
content/ | ||
index.md | ||
app.config.ts | ||
nuxt.config.ts | ||
``` | ||
|
||
The `content/` directory is where you [write Markdown pages](/introduction/writing-pages). | ||
|
||
The `app.config.ts` is where you [configure Docus](/introduction/configuration) to fit your branding and design. | ||
|
||
|
||
The `nuxt.config.ts` is your [Nuxt configuration](https://nuxt.com/docs/getting-started/configuration). |
Oops, something went wrong.