All Projects → vueschool → nuxt-fundamentals

vueschool / nuxt-fundamentals

Licence: other
Source code for the Nuxt.js Fundamentals course

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to nuxt-fundamentals

vuejs-components-fundamentals
👩‍💻Source code for Vue.js Components Fundamentals course
Stars: ✭ 43 (+7.5%)
Mutual labels:  course-materials, vue-course
html2md
helloworld 开发者社区开源的一个轻量级,强大的 html 一键转 md 工具,支持多平台文章一键转换,并保存下载到本地。
Stars: ✭ 332 (+730%)
Mutual labels:  nuxt
Website
📂 All our website insides for free.
Stars: ✭ 74 (+85%)
Mutual labels:  nuxt
MLiFC
Course Material for the machine learning in financial context bootcamp
Stars: ✭ 102 (+155%)
Mutual labels:  course-materials
nuxt-security
Module for Nuxt.js to configure security headers and more
Stars: ✭ 46 (+15%)
Mutual labels:  nuxt
node-express-nuxt-mongodb-boilerplate
基于nuxt开发的ssr后台管理系统
Stars: ✭ 14 (-65%)
Mutual labels:  nuxt
pelicula
🎞 A progressive web app for creating movie night polls.
Stars: ✭ 25 (-37.5%)
Mutual labels:  nuxt
nuxt-ssr-firebase
A example repo for using nuxt with firebase hosting and cloud functions
Stars: ✭ 58 (+45%)
Mutual labels:  nuxt
likecoin-button
Every Like is a reward. Turn your Likes into actual income now.
Stars: ✭ 18 (-55%)
Mutual labels:  nuxt
hubble-frontend-pwa
E-Commerce PWA Frontend
Stars: ✭ 43 (+7.5%)
Mutual labels:  nuxt
esc101-18-19-a
ESC 101A: Fundamentals of Computing (C Programming Course), IIT Kanpur, 2018-19-autumn offering
Stars: ✭ 23 (-42.5%)
Mutual labels:  course-materials
awesome-nuxt
🎉 A curated list of awesome things related to Nuxt.js
Stars: ✭ 17 (-57.5%)
Mutual labels:  nuxt
nuxtjs-examples
Example apps of Nuxt.js framework
Stars: ✭ 51 (+27.5%)
Mutual labels:  nuxt
mdx-module
MDX module for Nuxt
Stars: ✭ 44 (+10%)
Mutual labels:  nuxt
loading-screen
Loading Screen Module for Nuxt.js
Stars: ✭ 89 (+122.5%)
Mutual labels:  nuxt
nuxt2-ssr-firebase
Nuxt2 Universal App with SSR via Firebase Functions and Firebase Hosting
Stars: ✭ 50 (+25%)
Mutual labels:  nuxt
kore-dashboard
Kubernetes multi-clusters dashboard
Stars: ✭ 25 (-37.5%)
Mutual labels:  nuxt
gancio
a shared agenda for local communities (with activitypub support)
Stars: ✭ 21 (-47.5%)
Mutual labels:  nuxt
nuxt-vite
Nuxt + Vite!! HMR so fast it'll make your head spin! Plus all the benefits of Nuxt
Stars: ✭ 54 (+35%)
Mutual labels:  nuxt
nuxt-speedkit
nuxt-speedkit will help you to improve the lighthouse performance score (100/100) of your website.
Stars: ✭ 401 (+902.5%)
Mutual labels:  nuxt

Nuxt.js Fundamentals

This repository contains the example code for the Nuxt.js Fundamentals course.

Nuxt.js is a framework for creating Vue.js applications. Its goal is to help Vue developers take advantage of top-notch technologies and features in a fast, easy and organized way.

It is easy to get started with Nuxt.js!

The course covers the fundamentals of Nuxt.js and serves as a platform for everyone who wants to get started with Nuxt.

You do not need to know Nuxt.js to take this course, but you should know Vue.js.

After this course, you will be familiar with:

  • What Nuxt.js is and how it can help you and your projects
  • How to scaffold new Projects with their create-nuxt-app tool
  • The structure of a Nuxt application
  • Creating and navigating between pages
  • Setting up meta tags for improved SEO
  • Building and deploying a Nuxt.js App
  • How to deploy your apps to Heroku and Netlify

This course is made together with Nuxt.js core member Alexander Lichter.

The course is free. Enroll at Vue School!


Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate

For detailed explanation on how things work, checkout Nuxt.js docs.

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].