https://github.com/atinux/alpine-demo
https://github.com/atinux/alpine-demo
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atinux/alpine-demo
- Owner: atinux
- License: mit
- Created: 2023-01-06T17:34:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T12:39:57.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T09:43:21.587Z (11 months ago)
- Language: Vue
- Size: 9.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://alpine.nuxt.space)
# Alpine
[![npm version][npm-version-src]][npm-version-href]
[![License][license-src]][license-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Volta][volta-src]][volta-href]
The minimalist blog theme, powered by [Nuxt](https://nuxt.com).
- [📸 Online demo](https://alpine.nuxt.space)
- [⚡️ Play on StackBlitz](https://stackblitz.com/github/nuxt-themes/docus-starter)
## Features
- Start from a **profile page**, scale to a **complete blog**!
- An [open source blog theme](https://github.com/nuxt-themes/alpine) powered by [Nuxt Content](https://content.nuxtjs.org), editable from [Nuxt Studio](https://nuxt.studio).
- Write pages in Markdown and Vue components with the [MDC syntax](https://content.nuxtjs.org/guide/writing/mdc).
- Use [**30+ built-in**](https://elements.nuxt.space) components in your Markdown pages.
## Quick Start
```bash
npx nuxi init my-blog --theme alpine
```
## Contributing 🙏
1. Clone this repository
2. Install dependencies using `yarn install` or `npm install`
3. Run `npm run prepare` to generate type stubs.
4. Use `npm run dev` to start [playground](./playground) in development mode.
## License
[MIT](./LICENSE)
[npm-version-src]: https://img.shields.io/npm/v/@nuxt-themes/alpine/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/@nuxt-themes/alpine
[npm-downloads-src]: https://img.shields.io/npm/dt/@nuxt-themes/alpine.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/@nuxt-themes/alpine
[license-src]: https://img.shields.io/github/license/nuxt-themes/alpine.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://github.com/nuxt-themes/alpine/blob/main/LICENSE
[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
[volta-href]: https://volta.net/nuxt-themes/alpine?utm_source=readme_alpine