Skip to content

codingstartup/vue-countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Countdown

This project is created by CodingStartup as a tutorial. Tutorial video can be found here:

CodePen version of this project can be found at https://codepen.io/stevenlei/pen/XWbKgwj.

Installation

Ensure you have a recent version of node & npm or yarn installed.

All of the following steps run on the command line within this directory. You can substitute npm for yarn depending on your preferences.

Install all the necessary packages:

npm install

Build

To build for distribution:

npm run build

All of the final output will be dropped into the /dist/ folder.

Server

Run a local server that will automatically compile your code & refresh when you save a change!

npm run serve

CodingStartup Channels

Please subscribe to my channel, thank you for your support!

About

Source code for tutorial crafted by CodingStartup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published