@nuxtus/nuxtus 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/TODO +2 -1
- package/changelog.md +4 -0
- package/client/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ $ npx create-nuxtus app-name
|
|
|
22
22
|
|
|
23
23
|
> Replace `app-name` with the name of your website or application.
|
|
24
24
|
|
|
25
|
-
Nuxtus will automatically
|
|
25
|
+
Nuxtus will automatically migrate the Directus DB if you are using SQLite. Otherwise follow the directions below to manually configure your database and get started.
|
|
26
26
|
|
|
27
27
|
Your project will contain 2 folders server (Directus) and client (Nuxt).
|
|
28
28
|
|
package/TODO
CHANGED
|
@@ -7,8 +7,9 @@ Todo:
|
|
|
7
7
|
✔ Set up [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) @done(22-06-16 20:23)
|
|
8
8
|
☐ Setup [semantic release](https://github.com/semantic-release/semantic-release)
|
|
9
9
|
✔ Add interactive/pretty CLI for create-app.js @done(22-06-16 20:23)
|
|
10
|
-
|
|
10
|
+
✔ Query database use (via interactive shell) in create-app.js @done(22-06-21 20:26)
|
|
11
11
|
✔ Check node version for compatibility in create-app.js @done(22-06-16 22:07)
|
|
12
12
|
☐ Look at https://renovatebot.com/
|
|
13
13
|
☐ Documentation: https://docusaurus.io/ or https://vuepress.vuejs.org/
|
|
14
14
|
☐ Look into using a Directus hook to automatically generate the Nuxt pages!
|
|
15
|
+
☐ Add ability to automatically update .env for none SQLite databases
|
package/changelog.md
CHANGED
package/client/package.json
CHANGED