Vanilla JavaScript/TypeScript Setup
This guide walks you through setting up Paraglide JS in a vanilla JavaScript or TypeScript project without any framework.
Installation
First, initialize a Paraglide JS project. This will set up the necessary configuration and create example message files.
Compiling your first messages
This command generates TypeScript or JavaScript files in your src/paraglide
directory, which you can then import into your application code.
Using messages
Next steps
- Use a bundler plugin if applicable.
- Read the basics documentation for more information on how to use Paraglide's messages, parameters, and locale management.