Nuxt
Learn how to store a Nuxt app on Filebase.
What is Nuxt?
1. First, we need a Filebase IPFS bucket.
2. Select ‘Buckets’ from the left side bar menu, or navigate to console.filebase.com/buckets.

3. Enter a bucket name and choose the IPFS storage network to create the bucket.

4. Next, download and install S3FS-FUSE on a Linux or macOS system.
5. Set up an Access Key file for use with S3FS-FUSE.
6. Mount your bucket.
7. Now, navigate into the mounted Filebase bucket.
8. Install the Vue CLI with the commands:
9. Next, create your NUXT app with the command:
10. You can start the app with the commands:

11. Navigate to localhost:3000 in a web browser, where you will see the default Nuxt homepage.
localhost:3000 in a web browser, where you will see the default Nuxt homepage.
Last updated