*Nakshora from Zero (Nakshora 2.0) — chapter 1 of 6.* Get a working Nakshora 2.0 environment from absolute zero.
What you will build#
By the end of this chapter you will have install Nakshora and run the build and a page rendering with utilities.
Step by step#
example
npm create vite@latest my-app -- --template vanilla
cd my-app && npm install -D @nakshora/vite-pluginWhy it works#
Nakshora 2.0 needs only a build hook; the rest is markup with classes.
Try it yourself#
- Create the project
- Register the plugin
- Render a styled div
Series navigation#
tutorials/index|All tutorials · tutorials/from-zero/first-utilities|Your first utilities →
