mtdvlpr / cmd-blog

Home Page:https://mtdvlpr.github.io/cmd-blog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmd-blog

Prerequisites

In order to run the project locally, you need the following:

  • Git
  • Node.js v20
  • Yarn v4

Developer Tools

If you want to contribute to this project, the following is recommended:

Repo Setup

  1. Clone this repository
  2. Disable (workspace) Vetur VS Code extension (if Vetur is installed)

Build Setup

# Install dependencies
$ yarn install

# Serve with hot reload at localhost:5173/cmd/blog/
$ yarn dev

# Build static project for production
$ yarn build

# Preview generated static project
$ yarn preview

External Documentation

This project is built with VitePress and Vue.js.

Directory Structure

constants

The constants directory contains constants that are used throughout the application.

src

This directory contains the source code of this project.

See /src/README.md for more details about this directory.

About

https://mtdvlpr.github.io/cmd-blog/

License:MIT License


Languages

Language:TypeScript 92.9%Language:JavaScript 7.1%