https://github.com/developermithu/nuxt2-blog
SPA blog website using Nuxt JS 2 and Tailwind CSS
https://github.com/developermithu/nuxt2-blog
nuxt2 tailwindcss vuejs2
Last synced: 1 day ago
JSON representation
SPA blog website using Nuxt JS 2 and Tailwind CSS
- Host: GitHub
- URL: https://github.com/developermithu/nuxt2-blog
- Owner: developermithu
- Created: 2022-01-18T13:43:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T14:15:58.000Z (over 4 years ago)
- Last Synced: 2026-04-30T06:32:49.660Z (1 day ago)
- Topics: nuxt2, tailwindcss, vuejs2
- Language: Vue
- Homepage: https://zen-kalam-c3f235.netlify.app/
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt2-blog
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org).