Skip to content

arinspunk/nuxt-multilingual-blog

Repository files navigation

Nuxt Multilingual Blog

This is an example of a basic multilingual blog with Nuxt + nuxt/content and nuxt/i18n. The objective of the project is to create a functional basic structure with:

  1. A home where to show the published posts
  2. The posts themselves
  3. And a menu to change the language

So everything is quite spartan, like its styles for example. But it works 😬

How to run this (and to test it 🔬)

First you need to have Node installed in your computer and then:

  1. Fork this repository.

  2. Clone your forked repository.

    git clone https://github.com/[YOUR-USERNAME]/nuxt-multilingual-blog.git
  3. Go to the project and install npm.

    cd nuxt-multilingual-blog/
    npm install
  4. Run a node server working in your local machine.

    npm run dev

Now your site is running at http://localhost:3000 ✌️

Any questions or comments?

You are free to ask me (Xúlio) at hello@xulioze.com.

Ah! This code is open source so of course you can use it for any of your projects 😊

About

Multilingual blog using Nuxt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published