web-learn

所属分类:collect
开发工具:Vue
文件大小:0KB
下载次数:0
上传日期:2022-08-09 22:58:10
上 传 者sh-1993
说明:  这是一项免费服务,可以简单地访问数千节关于web开发和编程的视频课程,
(A free service which provides simple access to thousands of video lessons on web developing and programming,)

文件列表:
.babelrc (103, 2022-08-09)
LICENSE (1071, 2022-08-09)
assets/ (0, 2022-08-09)
assets/banner-dark.png (444750, 2022-08-09)
assets/banner-white.png (11798, 2022-08-09)
assets/logo-mini.png (2587, 2022-08-09)
assets/logo.png (8016, 2022-08-09)
index.html (1316, 2022-08-09)
package-lock.json (402160, 2022-08-09)
package.json (1891, 2022-08-09)
robots.txt (22, 2022-08-09)
src/ (0, 2022-08-09)
src/App.vue (1759, 2022-08-09)
src/api/ (0, 2022-08-09)
src/api/channels.js (360, 2022-08-09)
src/api/filters/ (0, 2022-08-09)
src/api/filters/index.js (151, 2022-08-09)
src/api/filters/language.js (345, 2022-08-09)
src/api/filters/order.js (273, 2022-08-09)
src/api/filters/timeframe.js (435, 2022-08-09)
src/api/index.js (197, 2022-08-09)
src/api/search.js (360, 2022-08-09)
src/api/topics.js (946, 2022-08-09)
src/api/videos.js (360, 2022-08-09)
src/assets/ (0, 2022-08-09)
src/assets/sass/ (0, 2022-08-09)
src/assets/sass/style.sass (907, 2022-08-09)
src/components/ (0, 2022-08-09)
src/components/Alert.vue (2393, 2022-08-09)
src/components/Footer.vue (694, 2022-08-09)
src/components/Header.vue (1380, 2022-08-09)
src/components/Nav.vue (1280, 2022-08-09)
src/components/Player.vue (1529, 2022-08-09)
src/components/Search.vue (842, 2022-08-09)
src/components/Select.vue (639, 2022-08-09)
src/components/Spinner.vue (1128, 2022-08-09)
... ...

# [Web Learn](https://web-learn.netlify.app/) Web Learn is an open source service which provides simple access to thousands of video lessons on web developing and programming. [![Web Learn](static/images/banner.png)](https://web-learn.netlify.com/) ## Development To start making any changes to the project, you first need to copy it to your computer using one of the available methods. For example, this can be done using the `git clone` command: ```sh git clone https://github.com/freearhey/web-learn.git ``` Then you need to go to the project folder and install all the dependencies: ```sh # change directory cd web-learn # install dependencies npm install ``` The next step is to create the `.env` file in the project folder with the YouTube Data API key: ```sh echo "YOUTUBE_API_KEY=YOUR_API_KEY_HERE" > .env ``` The key can be obtained via Google API Console: https://console.developers.google.com/ And after that you can start the development server: ```sh npm run dev ``` and open the site in a browser. Usually the server starts at `http://localhost:8080`. ## Contributing If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/freearhey/web-learn/issues) or a [pull request](https://github.com/freearhey/web-learn/pulls). For example, if you want to add new topic to the site you only need to create a Yaml file inside the [topics](https://github.com/freearhey/web-learn/tree/master/src/topics) folder with its description: #### nodejs.yml ```yml id: nodejs # topic id title: Node.js # full title of the topic score: 149856 # number of questions on http://stackoverflow.com/tags color: '#539e43' # usually the main color of the logo site: http://nodejs.org # official site (optional) ``` ## License [MIT](https://github.com/freearhey/web-learn/blob/master/LICENSE)

近期下载者

相关文件


收藏者