Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jacobhsu/vue-otc-app


https://github.com/jacobhsu/vue-otc-app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# vue-otc-app

## Project setup
```
yarn install
```

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

### Compiles and minifies for production

```s
$ yarn run build
```

`yarn add -D gh-pages`

```s
$ yarn deploy
```

### Run your tests
```
yarn run test
```

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

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

## References

[Sass教學 (33) - BEM 設計模式](https://ithelp.ithome.com.tw/articles/10160545)
BEM的意思是區塊(Block)、元素(Element)、修飾符(Modifier)