From e60de231662652bf8befd04265eafd903bb3c1ce Mon Sep 17 00:00:00 2001 From: Alex Kanunnikov Date: Wed, 18 Jan 2023 19:24:41 +0300 Subject: [PATCH] improve linking in readme --- readme.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index cede9de..4f81cc5 100644 --- a/readme.md +++ b/readme.md @@ -1,18 +1,19 @@ # Ember Vite -Vite logo -Ember.js logo -This is Ember application running only on `Vite`, without `ember-cli` and `embroider`. +This is [Ember](https://emberjs.com/) application running only on [Vite](https://vitejs.dev/). * It's `TypeScript`'ed by default. * It uses `vite` to build the app. * `tailwind` used for styling. + ## Table of Contents * [Description](#description) @@ -27,16 +28,15 @@ This is Ember application running only on `Vite`, without `ember-cli` and `embro ## Description -Main difference with classic Ember application, is that we don't trying to automatically resolve addons and it's dependencies - we just import them directly, only once needed. +Main `difference` with classic Ember application is that we don't trying to `automatically` resolve addons and it's dependencies - we just `import` them directly, `only` once needed. +This application does not use `ember-cli` or `embroider` at all. ## Motivation -Why this library/application exists, main bullets - -- ⚡️ Lightning Fast Build process +- ⚡️ No complex build process - 💡 Instant Server Start -- 🛠️ Rich Features +- 🛠️ Rich customization features - 📦 Optimized Build - 🔩 A lot of supported addons - 🔑 TypeScripted by default @@ -51,6 +51,7 @@ Why this library/application exists, main bullets 1. Template imports support (`.gts` & `.gjs`) 1. Glint support 1. Testing support (QUnit) +1. Template linting ## Unsupported