diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-06 16:01:30 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-06 16:01:30 -0400 |
| commit | 745160ba8dc87ffbfb6332bb3a1742cb976ce7f8 (patch) | |
| tree | e9aa294380a367c651d6e9cee41a897fa4e9fada /README.md | |
| download | alee-dashboard-745160ba8dc87ffbfb6332bb3a1742cb976ce7f8.tar.gz alee-dashboard-745160ba8dc87ffbfb6332bb3a1742cb976ce7f8.tar.bz2 alee-dashboard-745160ba8dc87ffbfb6332bb3a1742cb976ce7f8.zip | |
init
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..0cc785d --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# alee-dashboard + +## Project setup +``` +yarn install +``` + +### Compiles and hot-reloads for development +``` +yarn serve +``` + +### Compiles and minifies for production +``` +yarn build +``` + +### Lints and fixes files +``` +yarn lint +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/). |
