workflow: dev scripts

This commit is contained in:
Roberto Tonino 2021-07-17 23:07:37 +02:00
parent 4440100995
commit 1a2f353782
2 changed files with 4 additions and 10 deletions

View file

@ -1,9 +1,11 @@
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"vite": "vite",
"serve": "yarn --cwd ../server start",
"dev": "npm-run-all --parallel serve vite",
"build": "vite build",
"serve": "vite preview"
"start": "vite preview"
},
"dependencies": {
"vue": "2.6.14",

View file

@ -1,8 +0,0 @@
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}