Skip to content

Commit

Permalink
MAJOR: refactor: remove build system
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Oct 17, 2023
1 parent 94efba7 commit f901e64
Show file tree
Hide file tree
Showing 6 changed files with 1,332 additions and 2,403 deletions.
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

0 comments on commit f901e64

Please sign in to comment.