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

https://github.com/kwanhooo/powercloud

An Imitation of the Apple iCloud Website Facade
https://github.com/kwanhooo/powercloud

html5 study web

Last synced: 3 months ago
JSON representation

An Imitation of the Apple iCloud Website Facade

Awesome Lists containing this project

README

          

# PowerCloud

**对 [Apple iCloud](https://icloud.com.cn) 网站门面的外观效仿**

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and
disable
Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```