https://github.com/view-design/view-ui-project-nuxt
A template project for vue3, View UI Plus, Nuxt3, SSR, just install and run.
https://github.com/view-design/view-ui-project-nuxt
Last synced: 8 months ago
JSON representation
A template project for vue3, View UI Plus, Nuxt3, SSR, just install and run.
- Host: GitHub
- URL: https://github.com/view-design/view-ui-project-nuxt
- Owner: view-design
- License: mit
- Created: 2022-05-23T03:38:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T13:01:19.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T13:18:09.275Z (over 1 year ago)
- Language: Vue
- Size: 161 KB
- Stars: 10
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# view-ui-project-nuxt
A template project for vue3, View UI Plus, Nuxt3, SSR.
## Nuxt 3 Minimal Starter
Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
```
## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment) for more information.