Skip to content

srcdev/nuxt3-pinia-i18n-histoire-boilerpate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt3, Pinia, i18n, Histoire boilerpate

Instructions based on using Mac OSX with no current set up

Recommended software

Visual Studio code

We recommend using VSCode but it really doesn't matter if you wish to use an alternative IDE

iTerm2 (optional)

iTerm2 is a more fully featured terminal than the in built one in Mac.

Set up Host Dependancies

Install Homebrew

Homebrew is a package manager for Mac, it makes installing some things easier

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Install Node Version Manager (NVM)

brew install nvm

Install Node Version 16.13.0

nvm install 16.13.0

Instruct NVM to use the project's required version of Node as sset in the .nvmrc file (16.13.0)

nvm use

Running the code for the first time

Clone the repo into a location within your Mac (or PC) Instruction TBC

Using terminal within VSCode or iTerm etc, run the following from within the website folder (See FontAwesome note below)

npm install

Run development server

npm run dev

Run Histoire server

I'd usually use Storybook, but playing with Histoire, it doesn't like i18n though.

npm run story:dev

Font Awesome Vue loader install

Use the following cmd to install Vue3 plugin, This causes an error with just doing an npm install for reason

npm i --save @fortawesome/vue-fontawesome@latest-3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published