diff --git a/.gitignore b/.gitignore index 42738dd..f94910f 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ yarn-error.log* *.sw? commit.sh +package-lock.json diff --git a/README.md b/README.md index de0138e..dd759c0 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ If you like bright and fresh colors, you will love this Free Tailwind CSS Templa - (If you are on a linux based terminal) Simply run `npm run install:clean` - (If not) Run in terminal `npm install` - (If not) Run in terminal `npm run build:tailwind` (each time you add a new class, a class that does not exist in `src/assets/styles/tailwind.css`, you will need to run this command) +- (If not) Run in terminal `npm run build` - (If not) Run in terminal `npm run serve` - Navigate to https://localhost:8080 - Check more about [Tailwind CSS](https://tailwindcss.com/?ref=creativetim) @@ -118,11 +119,12 @@ vue-notus ├── ISSUE_TEMPLATE.md ├── LICENSE.md ├── README.md -├── babel.config.js +├── vite.config.js ├── package.json +├── index.html ├── public │ ├── favicon.ico -│ └── index.html +│ └── apple-icon.png ├── src │ ├── App.vue │ ├── assets diff --git a/public/index.html b/index.html similarity index 90% rename from public/index.html rename to index.html index 7cf6836..10a98b7 100644 --- a/public/index.html +++ b/index.html @@ -21,11 +21,11 @@ - +