All Projects β†’ ansidev β†’ awesome-nuxt

ansidev / awesome-nuxt

Licence: MIT license
πŸŽ‰ A curated list of awesome things related to Nuxt.js

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to awesome-nuxt

vue-telescope-extensions
Browser extensions for Vue Telescope
Stars: ✭ 121 (+611.76%)
Mutual labels:  nuxt, vuepress
Actions Gh Pages
GitHub Actions for GitHub Pages πŸš€ Deploy static files and publish your site easily. Static-Site-Generators-friendly.
Stars: ✭ 2,576 (+15052.94%)
Mutual labels:  nuxt, vuepress
PizzaPy
Order Pizza using Domino's Pizza API in Python
Stars: ✭ 19 (+11.76%)
Mutual labels:  hacktoberfest2020
Website
πŸ“‚ All our website insides for free.
Stars: ✭ 74 (+335.29%)
Mutual labels:  nuxt
Algorithms
Short explanations and implementations of different algorithms in multiple languages
Stars: ✭ 37 (+117.65%)
Mutual labels:  hacktoberfest2020
vuepress-theme-macgs
πŸ’« A vuepress theme for easyhexo.com
Stars: ✭ 16 (-5.88%)
Mutual labels:  vuepress
crate-sample-apps
A JavaScript guestbook app with a number of different backend implementations, each using a different client library to communicate with CrateDB.
Stars: ✭ 57 (+235.29%)
Mutual labels:  hacktoberfest2020
Hacktoberfest
This repository is basically about adding the name, position, Github username link, LinkedIn profile as well as the country by creating a commit.
Stars: ✭ 33 (+94.12%)
Mutual labels:  hacktoberfest2020
golang-health-checker
A simple package to allow you to track your application healthy
Stars: ✭ 12 (-29.41%)
Mutual labels:  hacktoberfest2020
vuepress-theme-track
πŸŽ‰vuepress theme
Stars: ✭ 13 (-23.53%)
Mutual labels:  vuepress
Hacktoberfest-Nepal-2020
A beginner-friendly open source repository to create your first pull request.
Stars: ✭ 15 (-11.76%)
Mutual labels:  hacktoberfest2020
pelicula
🎞 A progressive web app for creating movie night polls.
Stars: ✭ 25 (+47.06%)
Mutual labels:  nuxt
nuxt-quasar
Nuxt module for the Quasar Framework
Stars: ✭ 36 (+111.76%)
Mutual labels:  nuxt
redisplanet
Redisplanet - An Ultimate Hands-on Labs on Redis
Stars: ✭ 24 (+41.18%)
Mutual labels:  hacktoberfest2020
Seiyuu.moe
A webpage searching for collaborate works between seiyuu.
Stars: ✭ 15 (-11.76%)
Mutual labels:  nuxt
mdx-module
MDX module for Nuxt
Stars: ✭ 44 (+158.82%)
Mutual labels:  nuxt
vuepress-pass
VuePress authentication plugin
Stars: ✭ 13 (-23.53%)
Mutual labels:  vuepress
graphX
A simple blog based on Nuxt and graphQL
Stars: ✭ 19 (+11.76%)
Mutual labels:  nuxt
nuxt2-ssr-firebase
Nuxt2 Universal App with SSR via Firebase Functions and Firebase Hosting
Stars: ✭ 50 (+194.12%)
Mutual labels:  nuxt
nuxt-security
Module for Nuxt.js to configure security headers and more
Stars: ✭ 46 (+170.59%)
Mutual labels:  nuxt

Awesome Nuxt.js Build Status

A curated list of awesome things related to Nuxt.js

This project does not aim to replace the Community Nuxt.js Awesome List but rather to provide a nicer experience when browsing the content.

Instructions

To run this application on your machine, first clone the repository and install the required dependencies:

git clone https://github.com/ansidev/awesome-nuxt.git
cd awesome-nuxt
yarn install

Run the dev script to compile the content and spawn a local server to serve the compiled code. While this script is running, any changes made to the markdown files will automatically be updated on the locally served pages.

yarn dev

To prepare the application for deployment, first run yarn build to compile the application in production mode. This will generate a directory in content/.vuepress called dist.

yarn install -g serve
yarn build
cd content/.vuepress/dist
serve .

Scripts

Script Description
dev Compiles content and serves bundled code
build Compiles content and other static assets for deployment
lint Runs markdown linter to check lint errors
test Runs lint script

Contributing

Please refer to the Contributing Guide.

License

This is free and unencumbered software released into the public domain.

For more information, please refer to https://opensource.org/licenses/MIT

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