vue pokedex
1.0.0
Pokédex在Vue.J.
查看Live在:https://shadforth.github.io/vue-pokedex上
Pokédex包括第一個251Pokémon,其中包括:

要下載node.js和npm,請訪問node.js下載頁面,然後選擇標有LTS的版本。
安裝Node.js後,運行以下命令以驗證所有內容已正確安裝。
npm -v && node -v # Download project dependencies
npm install
# Run the application on localhost:8080
npm run serve .
├── docs/ # Compiled application for GitHub Pages
├── public/ # Static assets
├── src/ # Main Vue application files
| ├── assets/ # Audio, sprites, global CSS
| | └── ...
| ├── components/ # Vue components
| ├── json/
| | └── data.json # Scraped Pokédex data
| ├── App.vue
| ├── event-bus.js # Connector to pass data b/n children
| └── tests/ # Unit tests
├── README.md
└── package.json # Requirements for npm installation
歡迎所有貢獻。 ?
此項目已獲得MIT許可證的許可 - 有關詳細信息,請參見許可證文件。