https://github.com/jacobhsu/vue-otc-app
https://github.com/jacobhsu/vue-otc-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobhsu/vue-otc-app
- Owner: JacobHsu
- Created: 2020-05-07T08:14:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T17:15:50.000Z (over 2 years ago)
- Last Synced: 2025-01-23T15:18:17.803Z (5 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)