Open indifferentghost opened 1 year ago
package.json
Checking in on the features that the Vite Command Line interface provides us, and taking the time to update our package.json.
npx
dev
build
preview
description
keywords
author
{ "author": "Barney Rubble <b@rubble.com> (http://barnyrubble.tumblr.com/)" }
lint
.eslintrc.cjs
Title: Tour the Vite CLI +
package.json
Checking in on the features that the Vite Command Line interface provides us, and taking the time to update our
package.json
.Steps:
npx
dev
command in thepackage.json
scriptsbuild
command in thepackage.json
scriptspreview
command inpackage.json
scriptsdescription
key to thepackage.json
, fill it in with a description for this projectkeywords
to thepackage.json
, this should include keywords relevant to your projectauthor
field to thepackage.json
, this should be the shortened type listed:lint
command in thepackage.json
scripts.eslintrc.cjs
and read about eslint Configuration Files