Skip to content

Hwayeeon/Personal-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nue website template

The default website template for nue create command:

Blog screenshots

Getting Started With NUEJS

Installation

Install nue Globally

bun install nuekit --global

Creating a New Project

To create a Nue.js project run:

nue create simple-blog
cd simple-blog

Development

Start the development server

nue

This built files will be available in the public directory.

Project Stucture

/
  ├── img/                     # Images
  │   ├── hero/               # Hero images
  │   │   ├── home.webp
  │   │   └── about.webp
  │   ├── blog/              # Blog post images
  │   │   ├── post-1.webp
  │   │   └── post-2.webp
  │   └── team/              # Team member photos
  │       ├── sarah.webp
  │       └── james.webp
  │
  ├── icon/                   # UI icons
  │   ├── navigation/
  │   │   ├── menu.svg
  │   │   └── close.svg
  │   └── social/
  │       ├── github.svg
  │       └── twitter.svg
  │
  ├── video/                  # Video content
  │   ├── demos/
  │   │   └── feature-1.mp4
  │   └── tutorials/
  │       └── setup.mp4

Key Features

  • Zero configuration - Start developing immediately
  • Lightning fast - Built with performance in mind
  • Component-based - Modular and reusable architecture
  • Modern Development - Hot reloading and modern web features
  • SEO Friendly - Built-in SEO optimization

Requirements

  • Bun runtime environment
  • Node.js version 16 or higher

Documentation

For detailed documentation and advanced features, visit:

Nue.js Documentation Project Structure Guide

License

This project template is available under MIT License.