Skip to content

AprilBlog/april-blog

Repository files navigation

april-blog

A Blog Platform runs on the top of RSS3

Project Setup

# 1. install the deps, make sure you have pnpm installed already
pnpm i 

# 2. init a env file to save your sensitive config
cat env-template > .env

# 3. rupdate the config file accordingly

# 4. you are ready to go
pnpm dev

Utils

Log

usage:

// saying u have VUE_APP_DEVELOPER = test

// log in default namespace //
log('What ever u want')
// test:default What ever u want


// log in sub namespace, i.e. logic1 //
const subLog = log.sub('logic1')
subLog('What ever u want')
// test:logic1 What ever u want

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published