If you are interested in learning more about before trying it, read the Introduction.
If you are looking for configuration options, visit the configuration reference.
Run the following command to create a new îles project.
pnpm create iles@next # or npm or yarn
The starter comes with Vue components and examples. Once you have installed all dependencies, give it a try by running npm run dev to start the development server.
Alternatively, add iles
to your package.json
in an existing project.
The iles
executable provides the following commands:
The following shortcuts are added by default when using the starter:
"scripts": {
"dev": "iles dev --open",
"build": "iles build",
"preview": "iles preview --open"
},
Please visit GitHub Issues to report bugs you find, and GitHub Discussions to make feature requests, or to get help.
Show some love by ⭐️ starring the project if you find it useful!
Follow me or the official îles account on Twitter.