Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobhsu/vue-otc-app
https://github.com/jacobhsu/vue-otc-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobhsu/vue-otc-app
- Owner: JacobHsu
- Created: 2020-05-07T08:14:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T17:15:50.000Z (about 2 years ago)
- Last Synced: 2024-04-10T16:05:28.828Z (9 months ago)
- Language: Vue
- Homepage: https://jacobhsu.github.io/vue-otc-app/
- Size: 924 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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)