Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Nuxt | 47,581 | 5,317 | 2,355 | 20 hours ago | 309 | July 19, 2023 | 983 | mit | TypeScript | |
Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. | ||||||||||
Bootstrap Vue | 14,388 | 4,605 | 1,023 | 2 months ago | 170 | October 26, 2022 | 187 | mit | JavaScript | |
BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup. | ||||||||||
Vue Awesome Swiper | 12,559 | 2,243 | 541 | 9 months ago | 58 | March 19, 2022 | 309 | mit | JavaScript | |
🏆 Swiper component for @vuejs | ||||||||||
Framework | 11,062 | 55 | 6 months ago | 1,504 | August 03, 2023 | 2 | mit | |||
Old repo of Nuxt 3 framework, now on nuxt/nuxt | ||||||||||
Vue Storefront | 10,263 | 3 days ago | 38 | mit | TypeScript | |||||
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Newest updates: https://blog.vuestorefront.io. Always Open Source, MIT license. | ||||||||||
Vue Echarts | 8,664 | 362 | 419 | 14 days ago | 87 | August 04, 2023 | 4 | mit | JavaScript | |
Apache ECharts component for Vue.js. | ||||||||||
Doccano | 8,306 | 7 days ago | 32 | July 20, 2023 | 269 | mit | Python | |||
Open source annotation tool for machine learning practitioners. | ||||||||||
Vuex Persistedstate | 5,629 | 1,039 | 405 | 2 years ago | 38 | September 21, 2021 | 27 | mit | JavaScript | |
💾 Persist and rehydrate your Vuex state between page reloads. | ||||||||||
Awesome | 4,901 | 2 months ago | ||||||||
A curated list of awesome things related to Nuxt.js | ||||||||||
Primevue | 4,457 | 8 | 187 | a day ago | 148 | August 11, 2023 | 468 | mit | CSS | |
Next Generation Vue UI Component Library |
Simple SoundCloud client built with Vue and Nuxt.
Unfortunately, third-party applications that relied on SoundCloud's API to play music from its platform are no longer functional due to SoundCloud's decision to discontinue the API. Moreover, the platform had long time ceased providing API keys to users without any clear explanation prior to this. As a result, developers are left without a solution to work with the APIs, which has caused frustration and inconvenience for those who use these applications to access SoundCloud's vast music collection. It remains to be seen if SoundCloud will provide an alternative solution to this problem for developers and users alike.
I am hopeful that we can revive this project once again, so I don't archive this repository!
$ git clone https://github.com/soroushchehresa/vue-soundcloud.git vue-soundcloud
Run one of the following commands:
$ yarn && yarn dev
# OR
$ npm i && npm run dev
Run one of the following commands:
$ yarn && yarn build && yarn start
# OR
$ npm i && npm run build && npm start