Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

MAJOR: refactor: remove build system #34

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
dev/
dist/
node_modules/
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,3 @@ const app = createApp()
It is also possible to provide your own translations for i18n by removing
`i18nPlugin` from plugin config and adding translation keys from
[`src/i18n/lang/fr.js`](./src/i18n/lang/fr.json) to the translation files of your app.

## Build

```bash
npm run build
```
33 changes: 0 additions & 33 deletions build.config.js

This file was deleted.

Loading