Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.59 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.59 KB

jooger.me

powered by Nuxt.js David deps GitHub forks GitHub stars GitHub issues GitHub last commit

👍 My personal site ( jooger.me ),built by Nuxt.js.

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate