https://github.com/newlogic-digital/core
⚙️ Set of tools that can be used to create modern web applications.
https://github.com/newlogic-digital/core
css javascript postcss tailwindcss vite vituum
Last synced: 3 months ago
JSON representation
⚙️ Set of tools that can be used to create modern web applications.
- Host: GitHub
- URL: https://github.com/newlogic-digital/core
- Owner: newlogic-digital
- License: gpl-3.0
- Created: 2021-04-29T12:20:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-04-02T06:45:56.000Z (3 months ago)
- Last Synced: 2026-04-04T10:52:58.401Z (3 months ago)
- Topics: css, javascript, postcss, tailwindcss, vite, vituum
- Language: JavaScript
- Homepage: https://core.newlogic.cz
- Size: 1.32 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ⚙️ Newlogic Core
Starter for creating web applications. Powered by Vite and Vituum.
- ⚡️ Powered by Vite
- 💡 Modern principles
- 🚀️ Fast development
- 🛠️ Integrated tools
- 📦 Modular structure
- ✉️ Email templates
Newlogic Core is a plugin for [Vite](https://vitejs.dev), and contains set of plugins that can be used to create modern web applications.
We use it as our main front-end set of tools at [Newlogic Digital](https://www.newlogic.cz/) to create wonders.
## 🛠️ Integrated tools
* **[Vite](https://vitejs.dev)** next-generation frontend tooling
* **[Vituum](https://vituum.dev)** fast prototyping with template engines
* **[PostCSS](https://postcss.org/)** with basic plugins
* **[TailwindCSS](https://tailwindcss.com/)** for utility classes
* **[Latte](https://github.com/vituum/vite-plugin-latte)** as template engine latte
## 🪄 Get started
```sh
npm i @newlogic-digital/core --save-dev
```
### Config
Each **Newlogic Core** project needs to have config via `vite.config.js`
```js
import core from "@newlogic-digital/core"
export default {
plugins: [core()]
}
```
You can also try minimal example project [core-starter](https://github.com/newlogic-digital/core-starter)
### Requirements
- [Node.js LTS (18.x)](https://nodejs.org/en/download/)
- [Vite](https://vitejs.dev/)
- [PHP 8.2](https://www.php.net/) for Latte support
## Licence
MIT