uikit-docs
Языки
Svelte
- Dockerfile
- JavaScript
- Less
- HTML
README.md
site-uikit
This is the UIkit 3 website as found on getuikit.com. Use this repository to have an offline version of the documentation available. If you find errors in the docs, this is the place to report an issue or propose changes via pull-requests.
- Clone the repository
to fetch all dependenciespnpm install
to compile the css and uikit testspnpm compile-
start a development serverpnpm dev
build a production version of your apppnpm build
run the production version locallypnpm preview