https://github.com/thinkverse/thinkverse.dev
Repository for thinkverse.dev
https://github.com/thinkverse/thinkverse.dev
blog hobby nuxt thinkverse
Last synced: 6 months ago
JSON representation
Repository for thinkverse.dev
- Host: GitHub
- URL: https://github.com/thinkverse/thinkverse.dev
- Owner: thinkverse
- License: mit
- Archived: true
- Created: 2020-06-08T20:30:53.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T13:38:45.000Z (over 2 years ago)
- Last Synced: 2025-01-23T10:13:00.061Z (over 1 year ago)
- Topics: blog, hobby, nuxt, thinkverse
- Language: JavaScript
- Homepage: https://thinkverse.dev
- Size: 2.66 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# thinkverse.dev
> My wicked Nuxt.js project
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).