Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daggerok/vue-examples
Vue.js playgrounds
https://github.com/daggerok/vue-examples
firebase gh-pages gh-to-pages ghpages vee-validate vue vue-cli vue-component vue-components vue-material vue-progressbar vue-router vue2 vuefire vuejs vuejs2 vuetify vuetifyjs vuex
Last synced: 4 days ago
JSON representation
Vue.js playgrounds
- Host: GitHub
- URL: https://github.com/daggerok/vue-examples
- Owner: daggerok
- License: mit
- Created: 2017-08-21T23:50:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T23:47:56.000Z (7 months ago)
- Last Synced: 2024-04-23T00:33:04.880Z (7 months ago)
- Topics: firebase, gh-pages, gh-to-pages, ghpages, vee-validate, vue, vue-cli, vue-component, vue-components, vue-material, vue-progressbar, vue-router, vue2, vuefire, vuejs, vuejs2, vuetify, vuetifyjs, vuex
- Language: JavaScript
- Homepage: https://daggerok.github.io/vue-examples/
- Size: 14.9 MB
- Stars: 12
- Watchers: 3
- Forks: 5
- Open Issues: 40
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= vue-examples image:https://travis-ci.org/daggerok/vue-examples.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/vue-examples"] image:https://github.com/daggerok/vue-examples/workflows/CI/badge.svg["CI", link="https://github.com/daggerok/vue-examples/actions"]
This repository is contains some Vue.js playground project examples
- link:./typescript-vue-app/[TypeScript + Vue + Bulma]
- link:./ecma-script-5/[Vue in browser | EcmaScript 5.1, BrowserSync, Bulma]
- link:./vue-bootstrap-css/[Bootstrap | Tachyons | Vue]
- link:hello-world/[Hello Vue.js]
- link:todo-list/[TODO App]
- link:hello-vuex/[Hello Vuex (uni-directional data flow)]
- link:vuex-counter-todo/[Vuex SPA including Counter and TODO App]
- link:vuex-contact-list/[Vuex Contact List App]
- link:materialize-css/[Vue.js + materialize-css (+ jquery)]
- link:vue-material/[Vue.js + vue-material (+ jquery)]
- link:vuex-map-getters-and-map-actions/[Using vuex mapGetters and mapActions]
- link:nuxt-server-side-rendering/[Nuxt.js server-side rendering using Vue.js]
- link:responsive-web-design/[Responsive web design playground using Nuxt.js]
- link:firebase-using-vuefire/[Firebase App using vuefire]
- link:vuetify/[Vuetify]
- link:some-vuetify-app/[Vuetify routes playground app]
- link:vue-parcel/[Parcel Bundler]
- link:eventbus/[eventus]
- link:refs-work-natively-with-DOM-elements/[working with DOM elements natively]== other repos
- https://github.com/daggerok/tsx-vue-composition-api-example
- https://github.com/daggerok/saber-examples
- link:https://github.com/daggerok/typescript-ionic-nuxt-app[GitHub daggerok/typescript-ionic-nuxt-app]
- link:https://github.com/daggerok/webflux-kotlin-nuxt-app[GitHub: daggerok/webflux-kotlin-nuxt-app]
- link:https://github.com/daggerok/spring-boot-nuxt-spa[GitHub daggerok/spring-boot-nuxt-spa]
- link:https://github.com/daggerok/vue-ionic-example[GitHub daggerok/vue-ionic-example]
- link:https://github.com/daggerok/nuxt-examples[GitHub daggerok/nuxt-examples]
- link:https://github.com/daggerok/ionic-nuxt-app[GitHub daggerok/ionic-nuxt-app]
- link:https://github.com/daggerok/cross-platform-desktop-electron-vue-app[Cross-platform desktop electron-vue Todo app]== links
- link:https://cli.vuejs.org/ru/guide/html-and-static-assets.html#%D0%BE%D0%B1%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%BA%D0%B0-%D1%81%D1%82%D0%B0%D1%82%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B8%D1%85-%D1%80%D0%B5%D1%81%D1%83%D1%80%D1%81%D0%BE%D0%B2[Static resources...]
- https://cli.vuejs.org/guide/html-and-static-assets.html#static-assets-handling
- link:https://github.com/vuejs/vue-cli/issues/1198#issuecomment-385340314[Vue + TS cannot resolve module TS2307 error fix]
- https://parceljs.org/vue.html
- https://parceljs.org/recipes.html#vue
- link:https://vue-composition-api-rfc.netlify.com/#summary[Vue Composition API]
- link:https://ru.vuejs.org/v2/guide/syntax.html[Vue in browser]
- link:https://metanit.com/[rubooks]