Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uninen/ckeditor5-custom-vite
Test project for using custom CKEditor 5 build w/ Vite
https://github.com/uninen/ckeditor5-custom-vite
Last synced: about 2 months ago
JSON representation
Test project for using custom CKEditor 5 build w/ Vite
- Host: GitHub
- URL: https://github.com/uninen/ckeditor5-custom-vite
- Owner: Uninen
- License: mit
- Created: 2022-10-05T18:16:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T23:51:51.000Z (5 months ago)
- Last Synced: 2024-08-12T00:45:57.195Z (5 months ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Vite + Vue 3 + Typescript + Tailwind Starter
Simple, opinionated, **fully typed**, and **production-ready** project template for Vite.
This template is **practical** and **batteries included** but not overly complex or bloated. Also explicit configuration over magic; it should be easy to understand how everything works, strip out anything you don't need, and fast to modify things to your needs.
Includes plenty of **examples and documentation** of how to do things but **minimal cruft** to delete to get you going.
Please [check out the homepage](https://vite-ts-tailwind-starter.vercel.app/) for full docs. A [detailed changelog](./CHANGES.md) is available. This repository is also [mirrored on GitLab](https://gitlab.com/uninen/vite-ts-tailwind-starter).
## Features
- Vue 3.2
- Pinia store (fully typed Vuex store is available up to version 1.13)
- Routing using [vue-router 4](https://router.vuejs.org/)
- TypeScript 4.7
- Automatic package and component imports w/ [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) and [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components)
- Tailwind CSS 3 w/ following plugins and configuration preinstalled:
- `@tailwindcss/aspect-ratio`
- `@tailwindcss/line-clamp`
- `@tailwindcss/typography`
- `@tailwindcss/forms`
- `firefox`-variant
- PostCSS 8 w/ `postcss-nesting` plugin and `cssnano` for minimizing production CSS
- Eslint
- Prettier
- Alias `@` to `/src`
- Predefined and fully typed global variables:
- `VITE_APP_VERSION` is read from `package.json` version at build time
- `VITE_APP_BUILD_EPOCH` is populated as `new Date().getTime()` at build time
- Using newest `script setup` syntax w/ Ref sugar (see the official [Script Setup documentation](https://vuejs.org/api/sfc-script-setup.html) and [Ref Sugar RFC](https://github.com/vuejs/rfcs/discussions/369) discussion)
- Vitest unit tests
- Playwright e2e + component tests
- GitHub workflows
- Renovatebot for keeping up with dependencies
- Automated unit tests
- Automated component tests
- Automated e2e tests
- GitLab CI config available up to versions 2.x## Elsewhere
- [Follow @uninen](https://twitter.com/uninen) on Twitter
- Read my continuously updating learnings from Vite / Vue / TypeScript and other Web development topics from my [Today I Learned site](https://til.unessa.net/)## Contributing
Contributions are welcome! Please follow the [code of conduct](./CODE_OF_CONDUCT.md) when interacting with others.