🇷🇺 by Mikhail Shpakov
Modern approach to blog development with Nuxt.js with attention to detail.
🎉 Demo
📺 Figma
📁 Selected options nuxt-create-app
1. Project name:
- nuxt-blog
2. Programming language
- TypeScript
3. Package manager
- Npm
4. UI framework:
- None
5. Nuxt.js modules:
- None
6. Linting tools:
- ESLint
- Prettier
- Lint staged files
- StyleLint
- Commitlint
7. Testing framework:
- None
8. Rendering mode
- Universal (SSR / Static)
9. Deployment target
- Static (Static/JAMStack hosting)
10. Development tools
- Semantic PR
11. Continuous Integration
- None
12. Version Control System
- Git
# install dependencies
$ npm ci
# serve with hot reload at localhost:3000
$ npm run dev
# generate static project
$ npm run generate