Vue Crash Course (TodoList)
This is the code for the crash course on YouTube
Quick Start
# Install dependencies
npm install
# Serve on localhost:8080
npm run serve
# Build for production
npm run buildGitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
public |
|
|
|
|
src |
|
|
|
|
.gitignore |
|
|
|
|
README.md |
|
|
|
|
babel.config.js |
|
|
|
|
package-lock.json |
|
|
|
|
package.json |
|
|
This is the code for the crash course on YouTube
# Install dependencies
npm install
# Serve on localhost:8080
npm run serve
# Build for production
npm run build