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

https://github.com/skyfi/skylor-v

vue project
https://github.com/skyfi/skylor-v

Last synced: 5 months ago
JSON representation

vue project

Awesome Lists containing this project

README

          

# Skylor-v Skylor后宫之 Vue 项目最佳实践

## Install

### Use `npm`

```shell
npm install -g skylor-cli
```

### Use `yarn`

```shell
yarn global add skylor-cli
```

## Usage

```shell
// 初始化 skylor
skylor init

// 查看版本号
skylor --version // or skylor -V

// 查看帮助
skylor --help

// 查看某个命名的帮助
skylor init --help
```

## Project setup

```
1. skylor i
2. 选择 v
3. 输入项目名称,如:myProject
4. cd myProject
5. npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```