🦾 A list of reported app support for Apple Silicon as well as Apple M4 and M3 Ultra Macs
Find a file
2020-09-15 19:20:01 -05:00
assets Initialize Nuxt 2020-09-15 19:02:15 -05:00
components Initialize Nuxt 2020-09-15 19:02:15 -05:00
layouts Initialize Nuxt 2020-09-15 19:02:15 -05:00
middleware Initialize Nuxt 2020-09-15 19:02:15 -05:00
pages Initialize Nuxt 2020-09-15 19:02:15 -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 Set indent to 4 spaces 2020-09-15 19:20:01 -05:00
.gitignore Initialize Nuxt 2020-09-15 19:02:15 -05:00
.prettierrc Initialize Nuxt 2020-09-15 19:02:15 -05:00
nuxt.config.js Initialize Nuxt 2020-09-15 19:02:15 -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 Initialize Nuxt 2020-09-15 19:02:15 -05:00
README.md Initialize Nuxt 2020-09-15 19:02:15 -05:00
tailwind.js Initialize Nuxt 2020-09-15 19:02:15 -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.