Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/roshan-labs/mobile

📱 移动端模版
https://github.com/roshan-labs/mobile

Last synced: about 2 months ago
JSON representation

📱 移动端模版

Awesome Lists containing this project

README

        

# 移动项目模板

Nuxt3 移动端起手模板,方便专注业务逻辑

## 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/guide/deploy/presets) for more information.