Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/renovamen/what-if
- Owner: Renovamen
- Created: 2019-12-18T17:36:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T11:51:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T10:11:59.955Z (almost 2 years ago)
- Topics: vue, vuepress, vuepress2
- Language: TypeScript
- Homepage: https://note.zxh.io
- Size: 29 MB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```