🦾 A list of reported app support for Apple Silicon as well as Apple M4 and M3 Ultra Macs
Find a file
2020-09-16 00:15:41 -05:00
.vscode Set default build command 2020-09-15 20:21:40 -05:00
assets Initialize Nuxt 2020-09-15 19:02:15 -05:00
components Run lint:fix 2020-09-15 19:20:16 -05:00
helpers Add build-app-list helper 2020-09-16 00:13:44 -05:00
layouts Run lint:fix 2020-09-15 19:20:16 -05:00
middleware Initialize Nuxt 2020-09-15 19:02:15 -05:00
pages Generate routes for apps 2020-09-16 00:15:30 -05:00
plugins Initialize Nuxt 2020-09-15 19:02:15 -05:00
static Initialize Nuxt 2020-09-15 19:02:15 -05:00
store Initialize Nuxt 2020-09-15 19:02:15 -05:00
.editorconfig Set indent to 4 spaces 2020-09-15 19:20:01 -05:00
.eslintrc.js Turn off prettier 2020-09-15 20:22:12 -05:00
.gitignore Initialize Nuxt 2020-09-15 19:02:15 -05:00
.nvmrc Set node version 2020-09-15 20:31:33 -05:00
.prettierrc Initialize Nuxt 2020-09-15 19:02:15 -05:00
netlify.toml Configure Netlify 2020-09-15 20:31:55 -05:00
nuxt.config.js Generate routes for apps 2020-09-16 00:15:30 -05:00
package-lock.json Install markdown-it and slugify 2020-09-15 23:56:49 -05:00
package.json Update description 2020-09-16 00:15:41 -05:00
postcss.config.js Run lint:fix 2020-09-15 19:20:16 -05:00
README.md Initialize Nuxt 2020-09-15 19:02:15 -05:00
tailwind.js Run lint:fix 2020-09-15 19:20:16 -05:00

doesitarm

Apps that support ARM on MacOs

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate

For detailed explanation on how things work, checkout Nuxt.js docs.