Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcampbppu/nuxt-blog
Opinionated Template For Nuxt 3
https://github.com/tcampbppu/nuxt-blog
nuxt-content nuxt3 nuxtjs tailwind tailwindcss typescript vue vue3 vue3-typescript vuejs
Last synced: 15 days ago
JSON representation
Opinionated Template For Nuxt 3
- Host: GitHub
- URL: https://github.com/tcampbppu/nuxt-blog
- Owner: tcampbPPU
- License: mit
- Created: 2023-02-02T05:54:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T02:13:09.000Z (11 months ago)
- Last Synced: 2024-11-04T22:21:41.818Z (2 months ago)
- Topics: nuxt-content, nuxt3, nuxtjs, tailwind, tailwindcss, typescript, vue, vue3, vue3-typescript, vuejs
- Language: Vue
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Opinionated Blog Format Starter for Nuxt 3
## Nuxt 3 Documentation
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
### Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install
```### Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```### Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.