From c0311bc22f9423d44d23f00554ee502b5b3a6f8b Mon Sep 17 00:00:00 2001 From: HG Date: Fri, 8 Feb 2019 14:48:30 +0000 Subject: [PATCH] doc: create/update README.mds for examples (#4980) * Create README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update Readme.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Create README.md * Update README.md * Create README.md * Create README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Create README.md * Update README.md * Update README.md * Update README.md * Create README.md * Update README.md * Update examples/with-vuikit/README.md Co-Authored-By: husayt * Update examples/auth-routes/README.md Co-Authored-By: husayt * Update examples/middleware/README.md Co-Authored-By: husayt * Update examples/vuex-store-modules/README.md Co-Authored-By: husayt * Update examples/with-feathers/README.md Co-Authored-By: husayt * Update examples/with-element-ui/README.md Co-Authored-By: husayt * Update examples/with-cookies/README.md Co-Authored-By: husayt * Update examples/vuex-store/README.md Co-Authored-By: husayt * Update examples/vuex-persistedstate/README.md Co-Authored-By: husayt * Update examples/with-firebase/README.md Co-Authored-By: husayt --- examples/async-component-injection/README.md | 3 +++ examples/auth-routes/README.md | 2 +- examples/axios/README.md | 8 +++++++- examples/cached-components/README.md | 2 +- examples/coffeescript/README.md | 2 +- examples/custom-build/README.md | 1 + examples/custom-layouts/README.md | 4 +++- examples/custom-server/README.md | 3 +++ examples/i18n/README.md | 2 +- examples/jest-puppeteer/README.md | 8 ++++++-- examples/jest-vtu-example/README.md | 6 +++++- examples/jsx/README.md | 4 +++- examples/markdownit/README.md | 2 +- examples/middleware/README.md | 5 ++++- examples/named-views/README.md | 1 + examples/nested-components/README.md | 1 + examples/pm2-typescript/README.md | 4 +++- examples/spa/README.md | 2 ++ examples/static-images/README.md | 3 +++ examples/styled-vue/README.md | 4 +++- examples/tailwindcss-purgecss/README.md | 6 +++++- examples/typescript-tsx/README.md | 2 +- examples/typescript-vuex/README.md | 2 +- examples/typescript/README.md | 2 +- examples/uikit/README.md | 4 ++-- examples/vue-apollo/README.md | 4 +++- examples/vue-chartjs/README.md | 5 ++++- examples/vue-class-component/README.md | 3 +++ examples/vuex-persistedstate/README.md | 5 +++-- examples/vuex-store-modules/README.md | 6 +++++- examples/vuex-store/README.md | 6 +++++- examples/web-worker/README.md | 2 +- examples/with-amp/README.md | 3 +++ examples/with-ava/Readme.md | 4 ++++ examples/with-buefy/README.md | 3 +++ examples/with-cookies/README.md | 4 +++- examples/with-element-ui/README.md | 3 +++ examples/with-feathers/README.md | 4 +--- examples/with-firebase/README.md | 4 +--- examples/with-museui/README.md | 3 +++ examples/with-purgecss/README.md | 6 ++++-- examples/with-sockets/README.md | 7 +++++-- examples/with-tape/README.md | 3 +++ examples/with-vue-material/README.md | 4 +++- examples/with-vuetify/README.md | 4 +++- examples/with-vuikit/README.md | 4 ++-- examples/with-vux/README.md | 3 +++ 47 files changed, 131 insertions(+), 42 deletions(-) create mode 100644 examples/async-component-injection/README.md create mode 100644 examples/custom-build/README.md create mode 100644 examples/custom-server/README.md create mode 100644 examples/named-views/README.md create mode 100644 examples/nested-components/README.md create mode 100644 examples/spa/README.md create mode 100644 examples/static-images/README.md create mode 100644 examples/vue-class-component/README.md create mode 100644 examples/with-amp/README.md create mode 100644 examples/with-buefy/README.md create mode 100644 examples/with-element-ui/README.md create mode 100644 examples/with-museui/README.md create mode 100644 examples/with-tape/README.md create mode 100644 examples/with-vux/README.md diff --git a/examples/async-component-injection/README.md b/examples/async-component-injection/README.md new file mode 100644 index 0000000000..d3eb261942 --- /dev/null +++ b/examples/async-component-injection/README.md @@ -0,0 +1,3 @@ +# Nuxt with advanced async components + +See [here](https://vuejs.org/v2/guide/components.html#Advanced-Async-Components) for more details diff --git a/examples/auth-routes/README.md b/examples/auth-routes/README.md index 7169afa6c6..51ba41fb9b 100644 --- a/examples/auth-routes/README.md +++ b/examples/auth-routes/README.md @@ -1,3 +1,3 @@ -# Authenticated Routes with Nuxt.js +# Authenticated Routes with Nuxt and Express sessions https://nuxtjs.org/examples/auth-routes diff --git a/examples/axios/README.md b/examples/axios/README.md index a2f03635fc..0916b62873 100644 --- a/examples/axios/README.md +++ b/examples/axios/README.md @@ -1,4 +1,10 @@ -# Axios Proxy Example +# Nuxt with Axios Proxy Example + +Using [proxy-module](https://github.com/nuxt-community/proxy-module) and [Axios module](https://axios.nuxtjs.org/) + +> proxy-module is the one-liner node.js http-proxy middleware solution for Nuxt.js using [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) + +> Axios-module is a secure and easy [Axios](https://github.com/mzabriskie/axios) integration with Nuxt.js. ## Install diff --git a/examples/cached-components/README.md b/examples/cached-components/README.md index 6e1a5bfbe1..9d4b96671a 100644 --- a/examples/cached-components/README.md +++ b/examples/cached-components/README.md @@ -1,3 +1,3 @@ -# Cached Components +# Nuxt with Cached Components using lru-cache https://nuxtjs.org/examples/cached-components diff --git a/examples/coffeescript/README.md b/examples/coffeescript/README.md index 60a641df16..f8a4a5f1d6 100644 --- a/examples/coffeescript/README.md +++ b/examples/coffeescript/README.md @@ -1,4 +1,4 @@ -# CoffeeScript +# Nuxt with CoffeeScript > Nuxt.js project with CoffeeScript diff --git a/examples/custom-build/README.md b/examples/custom-build/README.md new file mode 100644 index 0000000000..b72faaed0a --- /dev/null +++ b/examples/custom-build/README.md @@ -0,0 +1 @@ +# Nuxt with customised build step diff --git a/examples/custom-layouts/README.md b/examples/custom-layouts/README.md index 21ecee452c..0964656804 100644 --- a/examples/custom-layouts/README.md +++ b/examples/custom-layouts/README.md @@ -1,3 +1,5 @@ -# Layouts +# Nuxt layouts https://nuxtjs.org/examples/layouts + +Read more on Nuxt layouts [here](https://nuxtjs.org/guide/views#layouts) diff --git a/examples/custom-server/README.md b/examples/custom-server/README.md new file mode 100644 index 0000000000..9235bee4da --- /dev/null +++ b/examples/custom-server/README.md @@ -0,0 +1,3 @@ +# Nuxt with custom [Express](https://expressjs.com/) Server + +> Express ia a fast, unopinionated, minimalist web framework for Node.js diff --git a/examples/i18n/README.md b/examples/i18n/README.md index 4cb0a9d1cb..7c41613d0a 100644 --- a/examples/i18n/README.md +++ b/examples/i18n/README.md @@ -1,4 +1,4 @@ -# i18n with Nuxt.js +# Nuxt with i18n https://nuxtjs.org/examples/i18n diff --git a/examples/jest-puppeteer/README.md b/examples/jest-puppeteer/README.md index c26eb37d90..f6e389efe8 100755 --- a/examples/jest-puppeteer/README.md +++ b/examples/jest-puppeteer/README.md @@ -1,4 +1,8 @@ -# Example how to test Nuxt.js app with Jest and Puppeteer +# Nuxt with [Jest](https://jestjs.io/) and [Puppeteer](https://developers.google.com/web/tools/puppeteer/) + +> Jest is a delightful JavaScript Testing Framework with a focus on simplicity. + +> Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium over the DevTools Protocol. # Install deps ``` @@ -35,5 +39,5 @@ Ran all test suites. ## Documentation - [jest-puppeteer](https://github.com/smooth-code/jest-puppeteer) -- [jest]() +- [jest](https://jestjs.io/) - [puppeteer](https://pptr.dev/) diff --git a/examples/jest-vtu-example/README.md b/examples/jest-vtu-example/README.md index 03b5e9744e..f1d5b02460 100644 --- a/examples/jest-vtu-example/README.md +++ b/examples/jest-vtu-example/README.md @@ -1,4 +1,8 @@ -# Jest + Vue Test Utils example +# Nuxt with [Jest](https://jestjs.io/) and [Vue Test Utils](https://vue-test-utils.vuejs.org/) + +> Vue Test Utils is the official unit testing utility library for Vue.js. + +> Jest is a delightful JavaScript Testing Framework with a focus on simplicity. ```sh # Install dependencies diff --git a/examples/jsx/README.md b/examples/jsx/README.md index 068b72b549..6366fe4ee0 100644 --- a/examples/jsx/README.md +++ b/examples/jsx/README.md @@ -1,5 +1,7 @@ -# Render Functions & JSX Example +# Nuxt with render Functions & JSX Example ## Documentation Vue: https://vuejs.org/v2/guide/render-function.html + +Also see [TSX example](https://github.com/nuxt/nuxt.js/examples/typescript-tsx) diff --git a/examples/markdownit/README.md b/examples/markdownit/README.md index a287cad252..a19b103440 100644 --- a/examples/markdownit/README.md +++ b/examples/markdownit/README.md @@ -1,4 +1,4 @@ -# Markdown Example +# Nuxt with Markdown > Convert Markdown file to HTML using markdown-it. diff --git a/examples/middleware/README.md b/examples/middleware/README.md index b053825748..127bdfad32 100644 --- a/examples/middleware/README.md +++ b/examples/middleware/README.md @@ -1,3 +1,6 @@ -# Middleware with Nuxt.js +# Middleware with Nuxt +## Demo https://nuxtjs.org/examples/middleware + +Read more Nuxt on middleware [here](https://nuxtjs.org/guide/routing#middleware) diff --git a/examples/named-views/README.md b/examples/named-views/README.md new file mode 100644 index 0000000000..0f1abed032 --- /dev/null +++ b/examples/named-views/README.md @@ -0,0 +1 @@ +# Nuxt with named views diff --git a/examples/nested-components/README.md b/examples/nested-components/README.md new file mode 100644 index 0000000000..ed2a70463a --- /dev/null +++ b/examples/nested-components/README.md @@ -0,0 +1 @@ +# Nuxt with nested components example diff --git a/examples/pm2-typescript/README.md b/examples/pm2-typescript/README.md index 636cecc3b3..1af8a28295 100644 --- a/examples/pm2-typescript/README.md +++ b/examples/pm2-typescript/README.md @@ -1,4 +1,6 @@ -# PM2 with nuxt-ts example +# Nuxt.ts with PM2 example + +> [pm2](http://pm2.keymetrics.io/) ia an advanced process manager for production Node.js applications. Load balancer, logs facility, startup script, micro service management and more. [Gracefull zero-downtime restart](https://pm2.io/doc/en/runtime/best-practices/graceful-shutdown/#graceful-start) diff --git a/examples/spa/README.md b/examples/spa/README.md new file mode 100644 index 0000000000..b919cf3f9a --- /dev/null +++ b/examples/spa/README.md @@ -0,0 +1,2 @@ +# Nuxt in SPA mode + diff --git a/examples/static-images/README.md b/examples/static-images/README.md new file mode 100644 index 0000000000..058b3f3535 --- /dev/null +++ b/examples/static-images/README.md @@ -0,0 +1,3 @@ +# Nuxt with static images + +How to use static images with nuxt diff --git a/examples/styled-vue/README.md b/examples/styled-vue/README.md index d7e7d3076e..ccf5af99d1 100644 --- a/examples/styled-vue/README.md +++ b/examples/styled-vue/README.md @@ -1,3 +1,5 @@ -# styled-vue Example +# Nuxt with [styled-vue](https://github.com/egoist/styled-vue) + +> *styled-vue* allows to use dynamic styles in Vue single-file components. See https://github.com/egoist/styled-vue diff --git a/examples/tailwindcss-purgecss/README.md b/examples/tailwindcss-purgecss/README.md index 649edc5f82..068dd85ce9 100644 --- a/examples/tailwindcss-purgecss/README.md +++ b/examples/tailwindcss-purgecss/README.md @@ -20,4 +20,8 @@ The before CSS bundle came out to `299kb`, where as after running it through Pur And since the CSS remains inline (due to using Purgecss as a postcss plugin) it scores perfect on Google Page Speed Insights! (This is after running `nuxt generate` and deploying the `dist` folder) ![pagespeed mobile](.github/pagespeed-mobile.png) -![pagespeed desktop](.github/pagespeed-desktop.png) \ No newline at end of file +![pagespeed desktop](.github/pagespeed-desktop.png) + +### Other + +See also this [demo](https://github.com/nuxt/nuxt.js/tree/dev/examples/with-purgecss) diff --git a/examples/typescript-tsx/README.md b/examples/typescript-tsx/README.md index 38953c9511..79cf06ddb4 100644 --- a/examples/typescript-tsx/README.md +++ b/examples/typescript-tsx/README.md @@ -1 +1 @@ -# TSX example +# Nuxt with [TSX](https://www.typescriptlang.org/docs/handbook/jsx.html) diff --git a/examples/typescript-vuex/README.md b/examples/typescript-vuex/README.md index 6a041d9201..aab5baa867 100644 --- a/examples/typescript-vuex/README.md +++ b/examples/typescript-vuex/README.md @@ -1,3 +1,3 @@ -# TypeScript with Vuex example +# Nuxt with TypeScript and Vuex https://nuxtjs.org/examples/typescript-vuex diff --git a/examples/typescript/README.md b/examples/typescript/README.md index e14feee334..01814ee4b7 100644 --- a/examples/typescript/README.md +++ b/examples/typescript/README.md @@ -1,3 +1,3 @@ -# TypeScript example +# Nuxt with TypeScript example https://codesandbox.io/s/0qmykr7wq0 diff --git a/examples/uikit/README.md b/examples/uikit/README.md index b24165bb26..d2a1e2953e 100644 --- a/examples/uikit/README.md +++ b/examples/uikit/README.md @@ -1,6 +1,6 @@ -# UIKit with Nuxt.js +# Nuxt with [UIKit](https://github.com/uikit/uikit) -UIkit: https://github.com/uikit/uikit +> [UIkit](https://github.com/uikit/uikit) is a lightweight and modular front-end framework for developing fast and powerful web interfaces Live demo: https://uikit.nuxtjs.org diff --git a/examples/vue-apollo/README.md b/examples/vue-apollo/README.md index 92ef54ec86..befcbe1771 100644 --- a/examples/vue-apollo/README.md +++ b/examples/vue-apollo/README.md @@ -1,4 +1,6 @@ -# Vue-Apollo with Nuxt.js +# Nuxt with [Vue-Apollo](https://vue-apollo.netlify.com/) + +> *Vue-Apollo* is a Apollo/GraphQL integration for VueJS Demo: https://nuxt-vue-apollo.now.sh/ diff --git a/examples/vue-chartjs/README.md b/examples/vue-chartjs/README.md index ab534cf92a..77b2d2e9ff 100644 --- a/examples/vue-chartjs/README.md +++ b/examples/vue-chartjs/README.md @@ -1,3 +1,6 @@ -# Vue-ChartJS with Nuxt.js +# Nuxt with [Vue-ChartJS](https://vue-chartjs.org/) + +> *Vue-chartjs* is a wrapper for [Chart.js](https://github.com/chartjs/Chart.js) in vue. You can easily create reuseable chart components. + https://nuxtjs.org/examples diff --git a/examples/vue-class-component/README.md b/examples/vue-class-component/README.md new file mode 100644 index 0000000000..5bfd6e0b46 --- /dev/null +++ b/examples/vue-class-component/README.md @@ -0,0 +1,3 @@ +# Nuxt with [Vue-class-component](https://github.com/vuejs/vue-class-component) library + +> *vue-class-component* is an ECMAScript / TypeScript decorator for class-style Vue components. diff --git a/examples/vuex-persistedstate/README.md b/examples/vuex-persistedstate/README.md index 6827f6cf6a..4af48686c6 100644 --- a/examples/vuex-persistedstate/README.md +++ b/examples/vuex-persistedstate/README.md @@ -1,3 +1,4 @@ -# Nuxt.js with Vuex persisted state (localStorage) +# Nuxt with [Vuex](https://vuex.vuejs.org/) persisted state (localStorage) -See https://github.com/robinvdvleuten/vuex-persistedstate + +Demo is using [vuex-persistedstate](https://github.com/robinvdvleuten/vuex-persistedstate) library diff --git a/examples/vuex-store-modules/README.md b/examples/vuex-store-modules/README.md index f248cfd42b..dc0a710fb0 100644 --- a/examples/vuex-store-modules/README.md +++ b/examples/vuex-store-modules/README.md @@ -1,3 +1,7 @@ -# Nuxt.js with Vuex via File API +# Nuxt with [Vuex](https://vuex.vuejs.org/) and store modules + +> Vuex is a state management pattern + library for Vue.js applications. + +Read on Vuex modules [here](https://vuex.vuejs.org/guide/modules.html) https://nuxtjs.org/guide/vuex-store#modules-files diff --git a/examples/vuex-store/README.md b/examples/vuex-store/README.md index 96aa014061..45d3fc36a8 100644 --- a/examples/vuex-store/README.md +++ b/examples/vuex-store/README.md @@ -1,3 +1,7 @@ -# Nuxt.js with Vuex +# Nuxt with [Vuex](https://vuex.vuejs.org/) + + +>Vuex is a state management pattern + library for Vue.js applications. + https://nuxtjs.org/examples/vuex-store diff --git a/examples/web-worker/README.md b/examples/web-worker/README.md index aa88a7c0db..6d3d6fac58 100644 --- a/examples/web-worker/README.md +++ b/examples/web-worker/README.md @@ -1,4 +1,4 @@ -# web-worker +# Nuxt with web-workers using [Worker-loader](https://github.com/webpack-contrib/worker-loader) > Nuxt.js project diff --git a/examples/with-amp/README.md b/examples/with-amp/README.md new file mode 100644 index 0000000000..c5f79736c3 --- /dev/null +++ b/examples/with-amp/README.md @@ -0,0 +1,3 @@ +# Nuxt with [AMP](https://www.ampproject.org/) + +>AMP is an open-source library that provides a straightforward way to create web pages that are compelling, smooth, and load near instantaneously for users. AMP pages are just web pages that you can link to and are controlled by you. diff --git a/examples/with-ava/Readme.md b/examples/with-ava/Readme.md index cd49ff5647..8771714dd6 100755 --- a/examples/with-ava/Readme.md +++ b/examples/with-ava/Readme.md @@ -1,3 +1,7 @@ +# Nuxt with [Ava](https://github.com/avajs/ava) + +> AVA is a test runner for Node.js with a concise API, detailed error output, embrace of new language features and process isolation that let you write tests more effectively. So you can ship more awesome code. rocket + ## Testing your Nuxt.js Application https://nuxtjs.org/examples/testing diff --git a/examples/with-buefy/README.md b/examples/with-buefy/README.md new file mode 100644 index 0000000000..160e688e60 --- /dev/null +++ b/examples/with-buefy/README.md @@ -0,0 +1,3 @@ +# Nuxt with [Buefy](https://buefy.github.io/) + +> Buefy are lightweight UI components for Vue.js based on Bulma diff --git a/examples/with-cookies/README.md b/examples/with-cookies/README.md index d64ba5270a..2ca49d4bd1 100644 --- a/examples/with-cookies/README.md +++ b/examples/with-cookies/README.md @@ -1,3 +1,5 @@ -# Hello World with Nuxt.js +# Nuxt with cookies + +This demo showcases reading/updating cookies with Nuxt.js https://nuxtjs.org/examples diff --git a/examples/with-element-ui/README.md b/examples/with-element-ui/README.md new file mode 100644 index 0000000000..576520270c --- /dev/null +++ b/examples/with-element-ui/README.md @@ -0,0 +1,3 @@ +# Nuxt with [Element UI](https://element.eleme.io/#/en-US) + +>Element, a Vue 2.0 based component library for developers, designers and product managers diff --git a/examples/with-feathers/README.md b/examples/with-feathers/README.md index e81f120579..3d4015c48f 100644 --- a/examples/with-feathers/README.md +++ b/examples/with-feathers/README.md @@ -1,6 +1,4 @@ -# with-feathers - -> Nuxt.js with Feathers +# Nuxt with [Feathers](http://feathersjs.com) ## About diff --git a/examples/with-firebase/README.md b/examples/with-firebase/README.md index 93e0ad028a..74b2528687 100644 --- a/examples/with-firebase/README.md +++ b/examples/with-firebase/README.md @@ -1,6 +1,4 @@ -# nuxt-firebase - -> Nuxt.js with Firebase (REST API) +# Nuxt with [Firebase](https://firebase.google.com/) (REST API) [DEMO](https://nuxt-firebase.now.sh/) diff --git a/examples/with-museui/README.md b/examples/with-museui/README.md new file mode 100644 index 0000000000..35d99400ad --- /dev/null +++ b/examples/with-museui/README.md @@ -0,0 +1,3 @@ +# Nuxt with [Muse-UI](https://muse-ui.org/#/en-US/) + +> Muse-UI is an elegant Material Design UI component library based on the Vue 2.0 diff --git a/examples/with-purgecss/README.md b/examples/with-purgecss/README.md index bd16434a04..7991de5b5d 100644 --- a/examples/with-purgecss/README.md +++ b/examples/with-purgecss/README.md @@ -1,4 +1,6 @@ -# Nuxt.js with Purgecss (and Tailwind CSS) +# Nuxt.js with [Purgecss](https://www.purgecss.com/) (and [Tailwind CSS](https://tailwindcss.com)) -See https://www.purgecss.com +> *Tailwind CSS* is a utility-first CSS framework for rapidly building custom user interfaces. + +> *Purgecss* is a tool to remove unused CSS. It can be used as part of your development workflow. Purgecss comes with a JavaScript API, a CLI, and plugins for popular build tools. diff --git a/examples/with-sockets/README.md b/examples/with-sockets/README.md index fe8489c16e..3ddd4ba957 100644 --- a/examples/with-sockets/README.md +++ b/examples/with-sockets/README.md @@ -1,6 +1,9 @@ -# Nuxt.js with Socket.io +# Nuxt with [Socket.io](https://socket.io/) -An example for Nuxt.js with WebSockets over Sockets.io. +An example for Nuxt.js with WebSockets over Socket.io. + +> Socket.IO enables real-time, bidirectional and event-based communication. +> It works on every platform, browser or device, focusing equally on reliability and speed. * Do you use Nuxt programmatically (eg. with Express or Koa)? Take a look into [`server.js`](./server.js) for setting up WS with your implementation diff --git a/examples/with-tape/README.md b/examples/with-tape/README.md new file mode 100644 index 0000000000..0eaad767e7 --- /dev/null +++ b/examples/with-tape/README.md @@ -0,0 +1,3 @@ +# Nuxt with [Tape](https://github.com/substack/tape) + +> Tape is a tap-producing test harness for node and browsers diff --git a/examples/with-vue-material/README.md b/examples/with-vue-material/README.md index 2cd080e524..7f7cbc0b3e 100644 --- a/examples/with-vue-material/README.md +++ b/examples/with-vue-material/README.md @@ -1,4 +1,6 @@ -# Nuxt With Vue-Material +# Nuxt.js With [Vue-Material](https://vuematerial.io/) + +> Vue Material is a Vue.js bassed Material Design component library ## Compatibility diff --git a/examples/with-vuetify/README.md b/examples/with-vuetify/README.md index 4f7f4638a4..0532d12036 100644 --- a/examples/with-vuetify/README.md +++ b/examples/with-vuetify/README.md @@ -1,4 +1,6 @@ -# Using Vuetify.js with Nuxt.js +# Using [Vuetify.js](https://vuetifyjs.com/en/) with Nuxt.js + +> Vuetify is a Vue based Material Design Component Framework ## Demo https://nuxt-with-vuetify-example.surge.sh diff --git a/examples/with-vuikit/README.md b/examples/with-vuikit/README.md index ea14a1ccba..18af9216ae 100644 --- a/examples/with-vuikit/README.md +++ b/examples/with-vuikit/README.md @@ -1,3 +1,3 @@ -# Nuxt with Vuikit +# Nuxt with [Vuikit](https://vuikit.js.org) -https://vuikit.js.org +> Vuikit is a consistent and responsive Vue UI library, based on the front-end framework UIkit. diff --git a/examples/with-vux/README.md b/examples/with-vux/README.md new file mode 100644 index 0000000000..84e3a5f943 --- /dev/null +++ b/examples/with-vux/README.md @@ -0,0 +1,3 @@ +# Showcase of Nuxt.js and [VUX](https://github.com/airyland/vux) + +> VUX is a Mobile UI Components based on Vue & WeUI.