Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobhsu/annual2019movies
2019 電影推薦
https://github.com/jacobhsu/annual2019movies
Last synced: about 1 month ago
JSON representation
2019 電影推薦
- Host: GitHub
- URL: https://github.com/jacobhsu/annual2019movies
- Owner: JacobHsu
- Created: 2019-10-27T15:19:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:34:13.000Z (about 2 years ago)
- Last Synced: 2024-04-10T16:05:19.145Z (9 months ago)
- Language: Vue
- Homepage: https://jacobhsu.tw/2019movies
- Size: 6.59 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# annual2019movies
[Vue CLI](https://cli.vuejs.org/zh/guide/installation.html)
bootstrap-vue [Vue CLI 3](https://bootstrap-vue.js.org/docs)
## npm
[![NPM](https://nodei.co/npm/@fortawesome/vue-fontawesome.png?downloads=true&stars=true)](https://nodei.co/npm/@fortawesome/vue-fontawesome/)
## References
網站SEO [Facebook的og tag](https://developers.facebook.com/docs/sharing/webmasters/)
[Ks Vue fullpage demo - JSFiddle](https://jsfiddle.net/romainPouchol/rf7csunm/14/)
[Eslint: How to disable “unexpected console statement”?](https://stackoverflow.com/questions/34215526/eslint-how-to-disable-unexpected-console-statement-in-node-js)
[alphacoders](http://wall.alphacoders.com)
[Hiding elements](https://getbootstrap.com/docs/4.3/utilities/display/)## debug
[Vue error: Parsing error: Unexpected token](https://www.cnblogs.com/li1234yun/p/10806904.html)
## deploy
package.json
```js
"homepage": "https://jacobhsu.github.io/annual2019movies/",
"scripts": {
"deploy": "yarn build && gh-pages -d dist"
},
```vue.config.js
```js
module.exports = {
publicPath: 'annual2019movies'
}
```## Project setup
```
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
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).