-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,15 @@ | ||
# crisp-lorem-ipsum | ||
# Crisp Tools | ||
|
||
This template should help get you started developing with Vue 3 in Vite. | ||
Crisp Tools are a collection of tools to help designers, developers, and other web-based denizens to accomplish what they need to accomplish during their daily trials and tribulations. | ||
|
||
## Recommended IDE Setup | ||
## Attribution | ||
|
||
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). | ||
Crisp relies on many great software projects out there. | ||
|
||
## Customize configuration | ||
|
||
See [Vite Configuration Reference](https://vitejs.dev/config/). | ||
|
||
## Project Setup | ||
|
||
```sh | ||
npm install | ||
``` | ||
|
||
### Compile and Hot-Reload for Development | ||
|
||
```sh | ||
npm run dev | ||
``` | ||
|
||
### Compile and Minify for Production | ||
|
||
```sh | ||
npm run build | ||
``` | ||
- Vue.js | ||
- Vite | ||
- Tailwind | ||
- tinycolor2 | ||
- vue3-colorpicker | ||
- Highlight.js | ||
- lorem-ipsum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Releases | ||
|
||
## 0.1 | ||
- Big update to the homepage | ||
- Re-worked routes and sections now have their own pages | ||
- Simplified header and navigation | ||
- Added color lighten and darken functionalities | ||
|
||
## 0.0 | ||
Initial release includes | ||
- Static Type Scale | ||
- Color Palette Generator | ||
- Word counter and keyword analysis | ||
- Lorem Ipsum Generator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "crisp-tools", | ||
"version": "0.0.0", | ||
"version": "0.1", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
|