🦾 A list of reported app support for Apple Silicon as well as Apple M4 and M3 Ultra Macs
Find a file
2020-09-15 20:31:33 -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
layouts Run lint:fix 2020-09-15 19:20:16 -05:00
middleware Initialize Nuxt 2020-09-15 19:02:15 -05:00
pages Run lint:fix 2020-09-15 19:20:16 -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
nuxt.config.js Lint:fix nuxt.config 2020-09-15 20:22:03 -05:00
package-lock.json Initialize Nuxt 2020-09-15 19:02:15 -05:00
package.json Add lint:fix script 2020-09-15 19:17:49 -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.