Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/recallwei/nuxt-enterprise-demo

🍀 An enterprise website demo based on Nuxt.js and TypeScript.
https://github.com/recallwei/nuxt-enterprise-demo

Last synced: 8 days ago
JSON representation

🍀 An enterprise website demo based on Nuxt.js and TypeScript.

Awesome Lists containing this project

README

        

# Nuxt.js Enterprise Demo

English / [įŽ€äŊ“中文](./README.zh-CN.md)

🍀 An opinionated Nuxt.js/TypeScript starter template.

## Features

- [ ] xxx
- [ ] xxx
- [ ] xxx

## Tech Stack

- [Nuxt](https://nuxt.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [Vite](https://vitejs.dev/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Sass](https://sass-lang.com/)
- [unplugin-icons](https://github.com/antfu/unplugin-icons)
- [Vue Use](https://vueuse.org/)
- [Vue Use Motion](https://motion.vueuse.org/)
- [Pinia](https://pinia.vuejs.org/)
- [pnpm](https://pnpm.io/)
- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)

## Usage

### Install

```bash
pnpm i
```

### Start

```bash
pnpm dev
```

### Build

```bash
pnpm build
```

## Deploy

Go to Vercel and select your Git repository, choose Nuxt as template, add production environment variables, and click deploy.

## License

[MIT](/LICENSE) License Š 2023 [Bruce Song](https://github.com/recallwei)