vercel 23.1.2-canary.1 → 23.1.3-canary.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -2
- package/dist/index.js +15058 -15711
- package/package.json +32 -31
package/README.md
CHANGED
@@ -10,9 +10,13 @@
|
|
10
10
|
|
11
11
|
## Usage
|
12
12
|
|
13
|
-
Vercel is
|
13
|
+
Vercel is a platform for **static sites and frontend frameworks**, built to integrate with your headless content, commerce, or database.
|
14
14
|
|
15
|
-
|
15
|
+
We provide a **frictionless developer experience** to take care of the hard things: deploy instantly, scale automatically, and serve personalized content around the globe.
|
16
|
+
|
17
|
+
We make it easy for frontend teams to **develop, preview, and ship** delightful user experiences, where performance is the default.
|
18
|
+
|
19
|
+
To install the latest version of Vercel CLI, run this command:
|
16
20
|
|
17
21
|
```bash
|
18
22
|
npm i -g vercel
|
@@ -26,6 +30,8 @@ cd <PROJECT> # Change directory to the new project
|
|
26
30
|
vercel # Deploy to the cloud
|
27
31
|
```
|
28
32
|
|
33
|
+
Finally, [connect your Git repository to Vercel](https://vercel.com/docs/git) and deploy with `git push`.
|
34
|
+
|
29
35
|
## Documentation
|
30
36
|
|
31
37
|
For details on how to use Vercel CLI, check out our [documentation](https://vercel.com/docs).
|