All Projects → Developerayo → awesome-nuxtjs

Developerayo / awesome-nuxtjs

Licence: MIT License
📚🔥A curated list of awesome resources : nuxtjs communities, articles, videos about using Nuxt.js (Nuxt.js is a framework for creating Universal Vue.js Applications.)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to awesome-nuxtjs

vue-if-bot
Hide stuff from bots (especially cookie consents)
Stars: ✭ 62 (+21.57%)
Mutual labels:  nuxtjs
jooger.me
👍 My personal website,powered by @nuxt
Stars: ✭ 39 (-23.53%)
Mutual labels:  nuxtjs
norman-portfolio
Norman Nuthu's Portfolio
Stars: ✭ 16 (-68.63%)
Mutual labels:  nuxtjs
separate-env-module
Tear your variables apart!
Stars: ✭ 53 (+3.92%)
Mutual labels:  nuxtjs
Performance-Testing-Tools
🛠 Curated list of Performance Testing Tools ⚡ All contributions are welcome 💜
Stars: ✭ 17 (-66.67%)
Mutual labels:  curated-list
nuxt-babel
Use normal .babelrc file with your Nuxt app
Stars: ✭ 32 (-37.25%)
Mutual labels:  nuxtjs
admin-one-nuxt
Admin One Nuxt - Nuxt.js Bulma Buefy admin dashboard
Stars: ✭ 23 (-54.9%)
Mutual labels:  nuxtjs
nuxt-lifecycle
[Public Repo] - Microsite about Nuxt Lifecycle Hooks built with Nuxt
Stars: ✭ 33 (-35.29%)
Mutual labels:  nuxtjs
isnuxt3ready
A community-built compatibility guide for Nuxt 3 modules
Stars: ✭ 106 (+107.84%)
Mutual labels:  nuxtjs
ictsc-score-server
ICTトラブルシューティングコンテストのスコアサーバー
Stars: ✭ 18 (-64.71%)
Mutual labels:  nuxtjs
Deep-blogs
A curated lists of self-taught materials including blogs of researchers, institutes, corporation and others.
Stars: ✭ 13 (-74.51%)
Mutual labels:  curated-list
task-manager
Open-source task manager based on Kanban. Made with vue.js, koa2, mongodb\mongoose.
Stars: ✭ 23 (-54.9%)
Mutual labels:  nuxtjs
nuxt-feature-toggle
The nuxt feature toggle module
Stars: ✭ 78 (+52.94%)
Mutual labels:  nuxtjs
awrora-starter
Landing page template built with one of most popular javascript library Vue.JS, Vuetify (Material Design) and Nuxt.JS with SSR.
Stars: ✭ 38 (-25.49%)
Mutual labels:  nuxtjs
nuxt-blog
A Nuxt.js server side rendered blog app
Stars: ✭ 59 (+15.69%)
Mutual labels:  nuxtjs
opencollective
🤝 Pretty opencollective stats on postinstall!
Stars: ✭ 24 (-52.94%)
Mutual labels:  nuxtjs
whatdevsneed
Discover new developer tools 🧰
Stars: ✭ 48 (-5.88%)
Mutual labels:  curated-list
NuxtJs-Blog
Baştan sona NuxtJs (VueJs) ile geliştirilmiş blog sitesi.
Stars: ✭ 16 (-68.63%)
Mutual labels:  nuxtjs
nuxt-mobile-detect
Nuxt mobile and device detection plugin for client side and SSR
Stars: ✭ 24 (-52.94%)
Mutual labels:  nuxtjs
pwa-news
A PWA news app
Stars: ✭ 13 (-74.51%)
Mutual labels:  nuxtjs





Awesome Nuxt.js Awesome

Curated list of resources: books, videos, articles about using Nuxt.js.

List inspired by the awesome. list thing.

Nuxt.js is a framework for creating Universal Vue.js Applications.

Contents

Official Resources

Community (From Nuxt Community)

articles

Videos

Starter Template

Code Examples

Use Cases (From Nuxt Community)

Companies Using Nuxt.js

Getting started with Nuxtjs (From Nuxt Community starter template)

Live demo: https://starter.nuxtjs.org

Prerequisites

Make sure to have node 8.0+ and npm 5.0+ installed

Installation

This is a project template for vue-cli.

$ vue init nuxt-community/starter-template my-project  
$ cd my-project                     
# install dependencies
$ npm install # Or yarn install

Make sure to use a version of vue-cli >= 2.1 (vue -V).

Usage

Development

# serve with hot reloading at localhost:3000
$ npm run dev

Go to http://localhost:3000

Production

# build for production and launch the server
$ npm run build
$ npm start

Generate

# generate a static project
$ npm run generate

License

CC0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].