add basic vite setup

This commit is contained in:
Philipp Kühn
2021-08-25 11:52:20 +02:00
parent 96a7310b9d
commit 15c7e1955a
28 changed files with 2452 additions and 27 deletions

View File

@@ -2,6 +2,7 @@
"private": true,
"workspaces": [
"docs",
"demos",
"packages/*"
],
"browserslist": [
@@ -11,6 +12,7 @@
],
"scripts": {
"start": "yarn --cwd ./docs start",
"start:demos": "yarn --cwd ./demos start",
"lint": "eslint --quiet --no-error-on-unmatched-pattern ./",
"lint:fix": "eslint --fix --quiet --no-error-on-unmatched-pattern ./",
"test:open": "cypress open --project tests",