https://github.com/skyfi/skylor-v
vue project
https://github.com/skyfi/skylor-v
Last synced: 5 months ago
JSON representation
vue project
- Host: GitHub
- URL: https://github.com/skyfi/skylor-v
- Owner: skyFi
- License: mit
- Created: 2018-09-13T03:33:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T08:15:22.000Z (almost 8 years ago)
- Last Synced: 2025-06-26T07:42:35.274Z (about 1 year ago)
- Language: Vue
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```