Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renovamen/what-if

My messy notebook, built with VuePress 2.
https://github.com/renovamen/what-if

vue vuepress vuepress2

Last synced: about 1 month ago
JSON representation

My messy notebook, built with VuePress 2.

Awesome Lists containing this project

README

        

# What if?

My messy notebook, built with [VuePress 2](https://v2.vuepress.vuejs.org/). Maybe it is unsuitable for humans to read.

See this notebook here: [note.zxh.io](https://note.zxh.io/)

Formerly, it was built with:

- [Gridsome](https://gridsome.org/): [[code]](https://github.com/Renovamen/what-if/tree/gridsome)
- [VuePress 1](https://vuepress.vuejs.org/): [[code]](https://github.com/Renovamen/what-if/tree/vuepress1)

 

## Usage

```bash
# Install dependencies
yarn

# Serve with hot reload
yarn dev

# Build for production with minification
yarn build
```