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: 4 months ago
JSON representation
đ An enterprise website demo based on Nuxt.js and TypeScript.
- Host: GitHub
- URL: https://github.com/recallwei/nuxt-enterprise-demo
- Owner: recallwei
- License: mit
- Created: 2023-08-30T07:47:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T17:24:53.000Z (over 2 years ago)
- Last Synced: 2025-10-10T16:54:53.716Z (10 months ago)
- Language: Vue
- Homepage: https://nuxt-enterprise-demo.vercel.app
- Size: 2.73 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)