Git Product home page Git Product logo

awesome-nuxt's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.