Skip to content

Commit 4802979

Browse files
committed
chore(readme): update
1 parent f31876d commit 4802979

File tree

1 file changed

+11
-44
lines changed

1 file changed

+11
-44
lines changed

README.md

Lines changed: 11 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,38 @@
1-
# Nuxt UI Pro - Vue Starter
1+
# Vue Starter Template
2+
3+
[![Nuxt UI Pro](https://img.shields.io/badge/Made%20with-Nuxt%20UI%20Pro-00DC82?logo=nuxt&labelColor=020420)](https://ui.nuxt.com/pro)
4+
5+
This Vue starter lets you get started with [Nuxt UI Pro](https://ui.nuxt.com/pro) quickly.
6+
7+
- [Live demo](https://ui-pro-starter-vue.nuxt.dev/)
8+
- [Documentation](https://ui.nuxt.com/getting-started/installation/pro/vue)
29

310
## Setup
411

512
Make sure to install the dependencies:
613

714
```bash
8-
# npm
9-
npm install
10-
11-
# pnpm
1215
pnpm install
13-
14-
# yarn
15-
yarn install
16-
17-
# bun
18-
bun install
1916
```
2017

2118
## Development Server
2219

2320
Start the development server on `http://localhost:5173`:
2421

2522
```bash
26-
# npm
27-
npm run dev
28-
29-
# pnpm
30-
pnpm run dev
31-
32-
# yarn
33-
yarn dev
34-
35-
# bun
36-
bun run dev
23+
pnpm dev
3724
```
3825

3926
## Production
4027

4128
Build the application for production:
4229

4330
```bash
44-
# npm
45-
npm run build
46-
47-
# pnpm
48-
pnpm run build
49-
50-
# yarn
51-
yarn build
52-
53-
# bun
54-
bun run build
31+
pnpm build
5532
```
5633

5734
Locally preview production build:
5835

5936
```bash
60-
# npm
61-
npm run preview
62-
63-
# pnpm
64-
pnpm run preview
65-
66-
# yarn
67-
yarn preview
68-
69-
# bun
70-
bun run preview
37+
pnpm preview
7138
```

0 commit comments

Comments
 (0)