Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/recallwei/nuxt-enterprise-demo
- Owner: recallwei
- License: mit
- Created: 2023-08-30T07:47:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T17:24:53.000Z (about 1 year ago)
- Last Synced: 2024-12-20T16:08:13.170Z (15 days ago)
- Language: Vue
- Homepage: https://nuxt-enterprise-demo.vercel.app
- Size: 2.73 MB
- Stars: 3
- Watchers: 2
- 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)