Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 489 Bytes

File metadata and controls

19 lines (12 loc) · 489 Bytes

Vue.js Example

This directory is a brief example of a Vue.js app that can be deployed to ZEIT Now with zero configuration.

How we created this example

To get started with Vue.js on Now, you can use the Vue CLI to initialize the project:

$ vue create

Deploying this Example

Once initialized, you can deploy the Vue.js example with just a single command:

$ now