nova-fields
A collection of customizable Nova Fields.
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- settings.json
- field.css
- element-icons.ttf
- element-icons.woff
- field.js
- mix-manifest.json
- config.js
- core.md
- custom.md
- notes.md
- README.md
- shared-methods.md
- FormField.vue
- DetailField.vue
- FormField.vue
- IndexField.vue
- Classes.js
- DetailField.vue
- FormField.vue
- IndexField.vue
- FormField.vue
- DateTimePicker.vue
- DetailField.vue
- FormField.vue
- IndexField.vue
- DetailField.vue
- FormField.vue
- IndexField.vue
- DetailField.vue
- FormField.vue
- IndexField.vue
- DetailField.vue
- DetailFieldPanel.vue
- FormField.vue
- FormFieldItem.vue
- IndexField.vue
- DetailField.vue
- FormField.vue
- IndexField.vue
- DetailField.vue
- DetailFieldItem.vue
- FormField.vue
- IndexField.vue
- RowField.js
- RowHeading.vue
- SumField.vue
- TableWrapper.vue
- FormField.vue
- DetailField.vue
- FormField.vue
- IndexField.vue
- DetailField.vue
- FormField.vue
- FormField.vue
- DefaultField.vue
- Excerpt.vue
- PanelItem.vue
- Trix.vue
- Colors.js
- Computable.js
- HasChildFields.js
- R64Field.js
- ModalCreate.vue
- DeleteButton.vue
- ImageLoader.vue
- BelongsToFieldStorage.js
- field.js
- field.scss
- api.php
- AssociatableController.php
- ComputedController.php
- ComputedValues.php
- FieldDownloadController.php
- Autocomplete.php
- BelongsTo.php
- Boolean.php
- Computable.php
- Computed.php
- Configurable.php
- Currency.php
- Date.php
- DateTime.php
- FieldServiceProvider.php
- File.php
- HasChilds.php
- ID.php
- Image.php
- JSON.php
- Number.php
- Password.php
- Row.php
- Select.php
- Text.php
- Textarea.php
- Trix.php
- .gitignore
- .prettierrc
- composer.json
- LICENSE.md
- mix-manifest.json
- netlify.toml
- package.json
- README.md
- webpack.mix.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/64robots/nova-fields
Downloads the entire project code from GitHub to your computer.
cd nova-fields
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. PHP (Composer)
EasyPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
