Skip to content

ansidev/awesome-nuxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Awesome Nuxt

Release Deployment Status

A curated list of awesome things related to Nuxt

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

pnpm run dev

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

pnpm add -g serve
pnpm run 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.

Contact

Le Minh Tri @ansidev.

License

This source code is available under the MIT License.