This project was created to create a medium/large Vue project folder structure π
Β· View Demo
This project was created to create a medium/large Vue project folder structure π I developed this project because, I need medium and larger Vue project folder structure. I'm preparing for my project folder structure stack project soon π
Vue Js | Progressive framework for building user interfaces |
Commitlint | Send commit messages to conventional commits rules |
SASS | The most mature, stable, and powerful professional grade CSS extension language in the world |
Editorconfig | Helps maintain consistent coding styles for my working on the same project across various editors and IDEs |
Eslint | Find and fix problems in your JavaScript code |
Prettier | An opinionated code formatter |
- Clone this repository
git clone https://github.com/yasinatesim/vue-todo.git
- Install the project dependencies
yarn install
For Development
yarn serve
For Production Build
yarn build
For Lint
yarn lint
- Copyright Β© 2020 - MIT License.
See
LICENSE
for more information.